Class MonoToVertxHandlerAdapter<T>

java.lang.Object
net.andreaskluth.session.core.MonoToVertxHandlerAdapter<T>
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>

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

    Constructors 
    Constructor Description
    MonoToVertxHandlerAdapter​(reactor.core.publisher.MonoSink<T> sink)  
  • Method Summary

    Modifier and Type Method Description
    void handle​(io.vertx.core.AsyncResult<T> event)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • handle

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