@Evolving public class ListTopicsOptions extends AbstractOptions<ListTopicsOptions>
AdminClient.listTopics()
.
The API of this class is evolving, see AdminClient
for details.timeoutMs
Constructor | Description |
---|---|
ListTopicsOptions() |
Modifier and Type | Method | Description |
---|---|---|
ListTopicsOptions |
listInternal(boolean listInternal) |
Set whether we should list internal topics.
|
boolean |
shouldListInternal() |
Return true if we should list internal topics.
|
ListTopicsOptions |
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 ListTopicsOptions timeoutMs(java.lang.Integer timeoutMs)
null
if the default request timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<ListTopicsOptions>
public ListTopicsOptions listInternal(boolean listInternal)
listInternal
- Whether we should list internal topics. null means to use
the default.public boolean shouldListInternal()