K - Key type.V - Value type.public class ClaimedMessagesOutput<K,V> extends CommandOutput<K,V,ClaimedMessages<K,V>>
ClaimedMessages.codec, error, output| Constructor and Description |
|---|
ClaimedMessagesOutput(RedisCodec<K,V> codec,
K stream,
boolean justId) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth)
Mark the command output complete.
|
void |
set(ByteBuffer bytes)
Update the command output with a sequence of bytes, or
null. |
decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toStringpublic ClaimedMessagesOutput(RedisCodec<K,V> codec, K stream, boolean justId)
public void set(ByteBuffer bytes)
CommandOutputnull. Concrete CommandOutput implementations must
override this method to decode bulk/bytes response values.set in class CommandOutput<K,V,ClaimedMessages<K,V>>bytes - The command output, or null.public void complete(int depth)
CommandOutputcomplete in class CommandOutput<K,V,ClaimedMessages<K,V>>depth - Remaining depth of output queue.Copyright © 2023 lettuce.io. All rights reserved.