Class HandlerConsumer

java.lang.Object
io.quarkus.vertx.http.runtime.HandlerConsumer
All Implemented Interfaces:
Consumer<io.vertx.ext.web.Route>

public class HandlerConsumer extends Object implements Consumer<io.vertx.ext.web.Route>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(io.vertx.ext.web.Route route)
     
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
     
    void
    setHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Field Details

    • handler

      io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler
  • Constructor Details

    • HandlerConsumer

      public HandlerConsumer()
  • Method Details

    • getHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()
    • setHandler

      public void setHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
    • accept

      public void accept(io.vertx.ext.web.Route route)
      Specified by:
      accept in interface Consumer<io.vertx.ext.web.Route>