Module lettuce.core

Class StreamMessageListOutput<K,​V>

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

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