@InterfaceStability.Evolving public class DeleteTopicsOptions extends AbstractOptions<DeleteTopicsOptions>
Admin.deleteTopics(Collection). The API of this class is evolving, see Admin for details.timeoutMs| Constructor and Description |
|---|
DeleteTopicsOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicsOptions | retryOnQuotaViolation(boolean retryOnQuotaViolation)Set to true if quota violation should be automatically retried. |
boolean | shouldRetryOnQuotaViolation()Returns true if quota violation should be automatically retried. |
DeleteTopicsOptions | timeoutMs(Integer timeoutMs)Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used. |
timeoutMspublic DeleteTopicsOptions timeoutMs(Integer timeoutMs)
null if the default api timeout for the AdminClient should be used.timeoutMs in class AbstractOptions<DeleteTopicsOptions>public DeleteTopicsOptions retryOnQuotaViolation(boolean retryOnQuotaViolation)
public boolean shouldRetryOnQuotaViolation()