Class PlatformHttpProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.platform.http.deployment.PlatformHttpProcessor
-
class PlatformHttpProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description PlatformHttpProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()(package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItemplatformHttpComponentBean(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder, PlatformHttpEngineBuildItem engine)(package private) PlatformHttpEngineBuildItemplatformHttpEngine(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItemplatformHttpEngineBean(PlatformHttpEngineBuildItem engine)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItemplatformHttpRouterBean(io.quarkus.vertx.deployment.VertxBuildItem vertx, io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem router, io.quarkus.vertx.http.deployment.BodyHandlerBuildItem bodyHandler, org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)(package private) org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilterBuildItemserviceFilter()(package private) org.apache.camel.quarkus.core.deployment.spi.CamelTypeConverterLoaderBuildItemvertxByteBufferConverterLoader(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)
-
-
-
Method Detail
-
feature
io.quarkus.deployment.builditem.FeatureBuildItem feature()
-
serviceFilter
org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilterBuildItem serviceFilter()
-
platformHttpEngine
PlatformHttpEngineBuildItem platformHttpEngine(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)
-
platformHttpEngineBean
org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem platformHttpEngineBean(PlatformHttpEngineBuildItem engine)
-
platformHttpRouterBean
org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem platformHttpRouterBean(io.quarkus.vertx.deployment.VertxBuildItem vertx, io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem router, io.quarkus.vertx.http.deployment.BodyHandlerBuildItem bodyHandler, org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)
-
platformHttpComponentBean
org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem platformHttpComponentBean(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder, PlatformHttpEngineBuildItem engine)
-
vertxByteBufferConverterLoader
org.apache.camel.quarkus.core.deployment.spi.CamelTypeConverterLoaderBuildItem vertxByteBufferConverterLoader(org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder recorder)
-
-