ReplayCommandExecutionController

Optional SPI that allows the replicate and replay job to be paused if required.

If no implementation is configured, then replication/replay will continue without interruption.

API

ReplayCommandExecutionController.java
interface ReplayCommandExecutionController {
  State getState()     (1)
}
1 getState()

The current state, or null if the service implementing this SPI has not yet been initialized.

Members

getState()

The current state, or null if the service implementing this SPI has not yet been initialized.