public interface BrokerRemovalProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onProgressChanged(int brokerId,
BrokerRemovalStateMachine.BrokerRemovalState state,
java.lang.Exception e)
Called whenever the state of the removal operation changes.
|
void onProgressChanged(int brokerId, BrokerRemovalStateMachine.BrokerRemovalState state, java.lang.Exception e)
brokerId
- Id of the broker getting removed.state
- the new broker removal state the operation is ine
- - nullable, an exception that occurred during the broker removal op