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 Details

    • Resumer

      public Resumer()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext context)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>