Interface FluxSink<T>

Type Parameters:
T - the value type

public interface FluxSink<T>
Wrapper API around a downstream Subscriber for emitting any number of next signals followed by zero or one onError/onComplete.