Package com.snowflake.connectors.taskreactor.commands.queue
Task reactor command queue.
-
Interface Summary Interface Description CommandsQueueRepository Task Reactor repository that works with the commands queue table. -
Class Summary Class Description Command Representation of the command entity from the command queue table.CommandsQueueRepository.ColumnName Column names of the commands queue table.DefaultCommandsQueueRepository Default implementation of theCommandsQueueRepository
used by the Task Reactor. -
Enum Summary Enum Description Command.CommandType Valid command types that are recognized and supported by the command processor. -
Exception Summary Exception Description InvalidCommandTypeException Exception thrown when the command type is not included in the predefined set represented by theCommand.CommandType
.