T
- public abstract static class StreamingOutput.Subscriber<T> extends Object
StreamingOutput
.Constructor and Description |
---|
Subscriber() |
Modifier and Type | Method and Description |
---|---|
void |
onNext(Collection<T> outputTarget,
T t)
Data notification sent by the
StreamingOutput . |
abstract void |
onNext(T t)
Data notification sent by the
StreamingOutput . |
public abstract void onNext(T t)
StreamingOutput
.t
- elementpublic void onNext(Collection<T> outputTarget, T t)
StreamingOutput
.outputTarget
- targett
- elementCopyright © 2023 lettuce.io. All rights reserved.