Interface ValidationHandler

All Superinterfaces:
Consumer<RoutingContext>, io.vertx.core.Handler<RoutingContext>, MutinyDelegate
All Known Subinterfaces:
HTTPOperationRequestValidationHandler
All Known Implementing Classes:
HTTPRequestValidationHandler, OpenAPI3RequestValidationHandler

public interface ValidationHandler extends MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Base interface for validation. For basic HTTP Request Validator, use HTTPRequestValidationHandler

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.