Module lettuce.core

Class PendingMessageListOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<PendingMessage>>
io.lettuce.core.output.PendingMessageListOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
StreamingOutput<PendingMessage>

public class PendingMessageListOutput<K,​V>
extends CommandOutput<K,​V,​List<PendingMessage>>
implements StreamingOutput<PendingMessage>
Decodes a list of PendingMessage.
Since:
6.0
Author:
Mark Paluch