public interface QueueCommand
Modifier and Type | Method and Description |
---|---|
List<CommandData<Object,Object>> |
getPubSubOperations() |
boolean |
isBlockingCommand() |
boolean |
isExecuted() |
boolean |
tryFailure(Throwable cause) |
List<CommandData<Object,Object>> getPubSubOperations()
boolean tryFailure(Throwable cause)
boolean isExecuted()
boolean isBlockingCommand()
Copyright © 2014–2018 The Redisson Project. All rights reserved.