public interface SinkWrapper<T>
FluxSink
and Sinks.Many
API with a common
API.Modifier and Type | Method and Description |
---|---|
void |
complete()
Wrapper around Sink complete().
|
void |
error(Throwable t)
Wrapper around Sink error(Throwable).
|
void |
next(T value)
Wrapper around Sink next(Object).
|
void complete()
void next(T value)
value
- to be passed to the delegate sinkvoid error(Throwable t)
t
- to be passed to the delegate sinkCopyright © 2010–2022. All rights reserved.