Interface MonoSink<T>

Type Parameters:
T - the value type emitted

public interface MonoSink<T>
Wrapper API around an actual downstream Subscriber for emitting nothing, a single value or an error (mutually exclusive).