CommandSubscriber
Part of the Publishing SPI . A component to receive Command s (with publishing enabled) that just completed.
API
CommandSubscriber.java
interface CommandSubscriber {
void onCompleted(Command command) (1)
}
1 | onCompleted(Command)
Notifies that the command has completed. |