@Evolving public class CreateTopicsOptions extends AbstractOptions<CreateTopicsOptions>
AdminClient.createTopics(Collection)
.
The API of this class is evolving, see AdminClient
for details.timeoutMs
Constructor | Description |
---|---|
CreateTopicsOptions() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
shouldValidateOnly() |
Return true if the request should be validated without creating the topic.
|
CreateTopicsOptions |
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. |
CreateTopicsOptions |
validateOnly(boolean validateOnly) |
Set to true if the request should be validated without creating the topic.
|
timeoutMs
public CreateTopicsOptions timeoutMs(java.lang.Integer timeoutMs)
null
if the default request timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<CreateTopicsOptions>
public CreateTopicsOptions validateOnly(boolean validateOnly)
public boolean shouldValidateOnly()