Module lettuce.core

Class StreamReadOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<StreamMessage<K,​V>>>
io.lettuce.core.output.StreamReadOutput<K,​V>
All Implemented Interfaces:
StreamingOutput<StreamMessage<K,​V>>

public class StreamReadOutput<K,​V>
extends CommandOutput<K,​V,​List<StreamMessage<K,​V>>>
implements StreamingOutput<StreamMessage<K,​V>>
Since:
5.1
Author:
Mark Paluch