Package io.vertx.mutiny.ext.web.handler
Interface PlatformHandler
- All Superinterfaces:
Consumer<RoutingContext>,io.vertx.core.Handler<RoutingContext>,MutinyDelegate
- All Known Implementing Classes:
FaviconHandler,LoggerHandler,MethodOverrideHandler,ResponseContentTypeHandler,ResponseTimeHandler,SessionHandler,TimeoutHandler
public interface PlatformHandler
extends MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Base platform interface for handlers that provide functionality to the application platform.
Two examples are:
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(RoutingContext item) io.vertx.ext.web.handler.PlatformHandlervoidhandle(RoutingContext arg0) static PlatformHandlernewInstance(io.vertx.ext.web.handler.PlatformHandler arg)
-
Method Details
-
getDelegate
io.vertx.ext.web.handler.PlatformHandler getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
handle
- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
accept
- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
newInstance
-