Class PlatformHandler.PlatformHandlerImpl

java.lang.Object
io.vertx.mutiny.ext.web.handler.PlatformHandler.PlatformHandlerImpl
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, PlatformHandler, Consumer<RoutingContext>
Enclosing interface:
PlatformHandler

public static class PlatformHandler.PlatformHandlerImpl extends Object implements PlatformHandler
  • Constructor Details

    • PlatformHandlerImpl

      public PlatformHandlerImpl(io.vertx.ext.web.handler.PlatformHandler delegate)
      Create a new instance of PlatformHandler.PlatformHandlerImpl delegating to the given (non-null) instance of PlatformHandler.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.PlatformHandler getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface MutinyDelegate
      Specified by:
      getDelegate in interface PlatformHandler
      Returns:
      the delegate instance
    • accept

      public void accept(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      accept in interface Consumer<RoutingContext>
      Specified by:
      accept in interface PlatformHandler
    • handle

      public void handle(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      handle in interface io.vertx.core.Handler<RoutingContext>
      Specified by:
      handle in interface PlatformHandler