Class KnativeRecorder
- java.lang.Object
-
- org.apache.camel.k.quarkus.knative.KnativeRecorder
-
public class KnativeRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description KnativeRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<KnativeComponent>
createKnativeComponent(Supplier<io.vertx.core.Vertx> vertx, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> router, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler)
-
-
-
Method Detail
-
createKnativeComponent
public io.quarkus.runtime.RuntimeValue<KnativeComponent> createKnativeComponent(Supplier<io.vertx.core.Vertx> vertx, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> router, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler)
-
-