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.  
 | 
newInstanceHTTPOperationRequestValidationHandler getDelegate()
getDelegate in interface ValidationHandler@Deprecated void handle(RoutingContext event)
handle in interface Handler<RoutingContext>handle in interface ValidationHandlerevent - the event to handle@Deprecated void parseOperationSpec()
static HTTPOperationRequestValidationHandler newInstance(HTTPOperationRequestValidationHandler arg)
Copyright © 2022 Eclipse. All rights reserved.