Package com.snowflake.connectors.taskreactor.commands.queue
Task reactor command queue.
-
Interface Summary Interface Description CommandsQueue 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.CommandsQueue.ColumnName Column names of the commands queue table.DefaultCommandsQueue Default implementation of theCommandsQueueused 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.