public interface StreamingOutput<T>
CommandOutput while the command is still processed. The receiving
StreamingOutput.Subscriber receives StreamingOutput.Subscriber.onNext(Collection, Object) calls while the command is active.| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamingOutput.Subscriber<T>
Subscriber to a
StreamingOutput. |
| Modifier and Type | Method and Description |
|---|---|
StreamingOutput.Subscriber<T> |
getSubscriber()
Retrieves the
StreamingOutput.Subscriber. |
void |
setSubscriber(StreamingOutput.Subscriber<T> subscriber)
Sets the
StreamingOutput.Subscriber. |
void setSubscriber(StreamingOutput.Subscriber<T> subscriber)
StreamingOutput.Subscriber.subscriber - StreamingOutput.Subscriber<T> getSubscriber()
StreamingOutput.Subscriber.Copyright © 2020 lettuce.io. All rights reserved.