Package org.redisson.client.protocol
Interface QueueCommand
-
- All Known Implementing Classes:
BatchCommandData,CommandData,CommandsData
public interface QueueCommand- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CommandData<Object,Object>>getPubSubOperations()booleanisBlockingCommand()booleanisExecuted()booleantryFailure(Throwable cause)
-
-
-
Method Detail
-
getPubSubOperations
List<CommandData<Object,Object>> getPubSubOperations()
-
tryFailure
boolean tryFailure(Throwable cause)
-
isExecuted
boolean isExecuted()
-
isBlockingCommand
boolean isBlockingCommand()
-
-