Class MonoToVertxHandlerAdapter<T>

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>

    public class MonoToVertxHandlerAdapter<T>
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
    • Constructor Detail

      • MonoToVertxHandlerAdapter

        public MonoToVertxHandlerAdapter​(reactor.core.publisher.MonoSink<T> sink)
    • Method Detail

      • handle

        public void handle​(io.vertx.core.AsyncResult<T> event)
        Specified by:
        handle in interface io.vertx.core.Handler<T>