public interface HTTPOperationRequestValidationHandler extends ValidationHandler, Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
HTTPOperationRequestValidationHandler |
getDelegate() |
void |
handle(RoutingContext event)
Deprecated.
|
static HTTPOperationRequestValidationHandler |
newInstance(HTTPOperationRequestValidationHandler arg) |
void |
parseOperationSpec()
Deprecated.
|
newInstance
HTTPOperationRequestValidationHandler getDelegate()
getDelegate
in interface ValidationHandler
@Deprecated void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
handle
in interface ValidationHandler
event
- the event to handle@Deprecated void parseOperationSpec()
static HTTPOperationRequestValidationHandler newInstance(HTTPOperationRequestValidationHandler arg)
Copyright © 2023 Eclipse. All rights reserved.