Class SinkSubscriber

java.lang.Object
org.jboss.resteasy.plugins.server.reactor.netty.SinkSubscriber

public class SinkSubscriber extends Object
  • Method Details

    • 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.