public abstract class AbstractOptions<T extends AbstractOptions> extends Object
| Constructor and Description |
|---|
AbstractOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer | timeoutMs()The timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used. |
T | timeoutMs(Integer timeoutMs)Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used. |
protected Integer timeoutMs
public T timeoutMs(Integer timeoutMs)
null if the default api timeout for the AdminClient should be used.public Integer timeoutMs()
null if the default api timeout for the AdminClient should be used.