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 Details

    • identifier

      final String 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

      public void handle(T parameter)
      Specified by:
      handle in interface io.vertx.core.Handler<T>