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 |