Module lettuce.core

Interface StreamingOutput<T>

All Known Implementing Classes:
BooleanListOutput, GeoCoordinatesListOutput, GeoCoordinatesValueListOutput, GeoWithinListOutput, IntegerListOutput, KeyListOutput, KeyValueListOutput, PendingMessageListOutput, ScoredValueListOutput, StreamMessageListOutput, StreamReadOutput, StringListOutput, StringValueListOutput, ValueListOutput, ValueValueListOutput

public interface StreamingOutput<T>
Implementors of this class support a streaming CommandOutput while the command is still processed. The receiving StreamingOutput.Subscriber receives StreamingOutput.Subscriber.onNext(Collection, Object) calls while the command is active.
Since:
4.2
Author:
Mark Paluch