Class 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 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
    • Constructor Detail

      • AttachAndForward

        AttachAndForward()
    • Method Detail

      • handle

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