Class SinkSubscriber


  • public class SinkSubscriber
    extends Object
    • Method Detail

      • subscribe

        public static void subscribe​(reactor.core.publisher.Sinks.Empty<Void> sink,
                                     reactor.core.publisher.Mono<Void> mono)
        See Mono.subscribe(Consumer, Consumer, Runnable)
        Parameters:
        sink - - The sink that will consume signals emitted by the mono.
        mono - - The mono to subscribe on.