Interface QueueCommand

All Known Implementing Classes:
BatchCommandData, CommandData, CommandsData

public interface QueueCommand
Author:
Nikita Koksharov
  • Method Details

    • getPubSubOperations

      List<CommandData<Object,Object>> getPubSubOperations()
    • tryFailure

      boolean tryFailure(Throwable cause)
    • isExecuted

      boolean isExecuted()
    • isBlockingCommand

      boolean isBlockingCommand()