Class ReactiveHandlerBeanBase<ConfigType extends StreamConfigBase,​MessageType>

    • Constructor Detail

      • ReactiveHandlerBeanBase

        ReactiveHandlerBeanBase()
    • Method Detail

      • init

        @PostConstruct
        void init()
      • handle

        void handle​(io.vertx.ext.web.RoutingContext event)
      • handleRequest

        protected abstract void handleRequest​(io.vertx.ext.web.RoutingContext event,
                                              io.smallrye.mutiny.subscription.MultiEmitter<? super MessageType> emitter,
                                              StrictQueueSizeGuard guard)
      • description

        protected abstract String description​(ConfigType streamConfig)
      • key

        protected abstract String key​(io.vertx.ext.web.RoutingContext context)