Class SinkSubscriber

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

@Deprecated(forRemoval=true, since="6.2.13.Final") public class SinkSubscriber extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    subscribe(reactor.core.publisher.Sinks.Empty<Void> sink, reactor.core.publisher.Mono<Void> mono)
    Deprecated, for removal: This API element is subject to removal in a future version.
    See Mono.subscribe(Consumer, Consumer, Runnable)

    Methods inherited from class java.lang.Object

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

    • subscribe

      public static void subscribe(reactor.core.publisher.Sinks.Empty<Void> sink, reactor.core.publisher.Mono<Void> mono)
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Mono.subscribe(Consumer, Consumer, Runnable)
      Parameters:
      sink - - The sink that will consume signals emitted by the mono.
      mono - - The mono to subscribe on.