@InterfaceStability.Evolving public class RemoveBrokersOptions extends AbstractOptions<RemoveBrokersOptions>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
shouldShutdownBrokers |
timeoutMs| Constructor and Description |
|---|
RemoveBrokersOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldShutdownBrokers()
Returns whether the broker removal operation should shut down the removed brokers at the end
of the process.
|
RemoveBrokersOptions |
shouldShutdownBrokers(boolean shouldShutdownBrokers)
Sets whether the broker removal operation should shut down the removed brokers at the end
of the process.
|
timeoutMs, timeoutMspublic boolean shouldShutdownBrokers()
public RemoveBrokersOptions shouldShutdownBrokers(boolean shouldShutdownBrokers)