public interface ValidationHandler extends Handler<RoutingContext>
HTTPRequestValidationHandler
 
 NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.| Modifier and Type | Method and Description | 
|---|---|
ValidationHandler | 
getDelegate()  | 
void | 
handle(RoutingContext event)
Something has happened, so handle it. 
 | 
static ValidationHandler | 
newInstance(ValidationHandler arg)  | 
ValidationHandler getDelegate()
void handle(RoutingContext event)
handle in interface Handler<RoutingContext>event - the event to handlestatic ValidationHandler newInstance(ValidationHandler arg)
Copyright © 2020 Eclipse. All rights reserved.