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
Fields Modifier and Type Field Description (package private) io.vertx.ext.web.RoutingContextevent(package private) Stringidentifier(package private) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>next
-
Constructor Summary
Constructors Constructor Description AttachAndForward()
-
-
-
Field Detail
-
identifier
final String identifier
-
event
final io.vertx.ext.web.RoutingContext event
-
next
final io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> next
-
-