| Constructor and Description |
|---|
TapAndControls(reactor.fn.support.Tap<? extends O> tap,
Control controls) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Stop consuming signals from upstream.
|
StreamUtils.StreamVisitor |
debug()
Parse the materialized upstream source to fetch a materialized map form which allows for graph-style printing.
|
O |
get() |
boolean |
isPublishing()
Check if the current stream is emitting any signal.
|
void |
requestAll()
Usually requests Long.MAX_VALUE, which instructs a stream to never end until completed or cancelled.
|
void |
requestMore(long n)
Request the next n elements from the source
|
public void requestAll()
ControlrequestAll in interface Controlpublic void cancel()
ControlPushSubscription.terminated flag.public boolean isPublishing()
ControlisPublishing in interface Controlpublic void requestMore(long n)
ControlrequestMore in interface Controln - the number of elements to requestpublic StreamUtils.StreamVisitor debug()
Controldebug in interface ControlStreamUtils.StreamVisitor a Debug container for the current source