@Deprecated public interface ValidationHandler extends io.vertx.lang.rx.RxDelegate, 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()
Deprecated.
|
void |
handle(RoutingContext event)
Deprecated.
|
static ValidationHandler |
newInstance(ValidationHandler arg)
Deprecated.
|
ValidationHandler getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
@Deprecated void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handlestatic ValidationHandler newInstance(ValidationHandler arg)
Copyright © 2025 Eclipse. All rights reserved.