Class PlatformHttpRecorder
java.lang.Object
org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.PlatformHttpComponent>createComponent(io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.spi.PlatformHttpEngine> engine) io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.spi.PlatformHttpEngine>io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.vertx.VertxPlatformHttpRouter>createVertxPlatformHttpRouter(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> router, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
-
Constructor Details
-
PlatformHttpRecorder
public PlatformHttpRecorder()
-
-
Method Details
-
createEngine
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.spi.PlatformHttpEngine> createEngine() -
createComponent
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.PlatformHttpComponent> createComponent(io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.spi.PlatformHttpEngine> engine) -
createVertxPlatformHttpRouter
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.platform.http.vertx.VertxPlatformHttpRouter> createVertxPlatformHttpRouter(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> router, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
-