CommandFetcher

API

CommandFetcher.java
class CommandFetcher {
  CommandFetcher(SecondaryConfig secondaryConfig)
  Can<CommandDto> fetchCommand(CommandLogEntry previousHwmIfAny)     (1)
  Can<CommandDto> callPrimary(UUID interactionId)
}
1 fetchCommand(CommandLogEntry)

Replicates a single command.

Members

fetchCommand(CommandLogEntry)

Replicates a single command.