Class KnativeRecorder


  • public class KnativeRecorder
    extends Object
    • Constructor Detail

      • KnativeRecorder

        public KnativeRecorder()
    • 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)