Class PlatformHttpHandlers.Resumer
java.lang.Object
org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpHandlers.Resumer
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- Enclosing class:
- PlatformHttpHandlers
public static class PlatformHttpHandlers.Resumer
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Resumer
public Resumer()
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext context) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-