K - Key type.V - Value type.public class BooleanListOutput<K,V> extends CommandOutput<K,V,List<Boolean>> implements StreamingOutput<Boolean>
List of boolean output.StreamingOutput.Subscriber<T>codec, error, output| Constructor and Description |
|---|
BooleanListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
StreamingOutput.Subscriber<Boolean> |
getSubscriber()
Retrieves the
StreamingOutput.Subscriber. |
void |
multi(int count)
Mark the beginning of a multi sequence (array).
|
void |
set(long integer)
Set the command output to a 64-bit signed integer.
|
void |
setSubscriber(StreamingOutput.Subscriber<Boolean> subscriber)
Sets the
StreamingOutput.Subscriber. |
public BooleanListOutput(RedisCodec<K,V> codec)
public void set(long integer)
CommandOutputCommandOutput implementations must override this
method unless they only receive a byte array value.public void multi(int count)
CommandOutputpublic void setSubscriber(StreamingOutput.Subscriber<Boolean> subscriber)
StreamingOutputStreamingOutput.Subscriber.setSubscriber in interface StreamingOutput<Boolean>public StreamingOutput.Subscriber<Boolean> getSubscriber()
StreamingOutputStreamingOutput.Subscriber.getSubscriber in interface StreamingOutput<Boolean>Copyright © 2020 lettuce.io. All rights reserved.