Package net.andreaskluth.session.core
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 Object implements io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
-
-
Constructor Summary
Constructors Constructor Description MonoToVertxHandlerAdapter(reactor.core.publisher.MonoSink<T> sink)
-