CommandReplayAnalysisService

API

CommandReplayAnalysisService.java
class CommandReplayAnalysisService {
  void analyse(CommandLogEntry commandLogEntry)     (1)
}
1 analyse(CommandLogEntry)

if hit an issue with the command having been replayed, then mark this as in error. This will effectively block the running of any further commands until the administrator fixes the issue.

Members

analyse(CommandLogEntry)

if hit an issue with the command having been replayed, then mark this as in error. This will effectively block the running of any further commands until the administrator fixes the issue.