Class PlatformHttpRecorder

java.lang.Object
org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder

public class PlatformHttpRecorder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)