Class SinkSubscriber
java.lang.Object
org.jboss.resteasy.plugins.server.reactor.netty.SinkSubscriber
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
-
Method Summary
-
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.SeeMono.subscribe(Consumer, Consumer, Runnable)
- Parameters:
sink
- - The sink that will consume signals emitted by the mono.mono
- - The mono to subscribe on.
-