@Evolving public class DeleteTopicsOptions extends AbstractOptions<DeleteTopicsOptions>
AdminClient.deleteTopics(Collection)
.
The API of this class is evolving, see AdminClient
for details.timeoutMs
Constructor | Description |
---|---|
DeleteTopicsOptions() |
Modifier and Type | Method | Description |
---|---|---|
DeleteTopicsOptions |
timeoutMs(java.lang.Integer timeoutMs) |
Set the request timeout in milliseconds for this operation or
null if the default request timeout for the
AdminClient should be used. |
timeoutMs
public DeleteTopicsOptions timeoutMs(java.lang.Integer timeoutMs)
null
if the default request timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<DeleteTopicsOptions>