Package kos.core.validation
Class WebPointcutValidation.AttachAndForward<T>
java.lang.Object
kos.core.validation.WebPointcutValidation.AttachAndForward<T>
- All Implemented Interfaces:
io.vertx.core.Handler<T>
- Enclosing class:
- WebPointcutValidation
static class WebPointcutValidation.AttachAndForward<T>
extends Object
implements io.vertx.core.Handler<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.vertx.ext.web.RoutingContext(package private) final String(package private) final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identifier
-
event
final io.vertx.ext.web.RoutingContext event -
next
final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> next
-
-
Constructor Details
-
AttachAndForward
AttachAndForward()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceio.vertx.core.Handler<T>
-