@InterfaceStability.Evolving public class ListTopicsOptions extends AbstractOptions<ListTopicsOptions>
AdminClient.listTopics().
The API of this class is evolving, see AdminClient for details.| Constructor and Description |
|---|
ListTopicsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListTopicsOptions |
listInternal(boolean listInternal)
Set whether we should list internal topics.
|
boolean |
shouldListInternal()
Return true if we should list internal topics.
|
timeoutMs, timeoutMspublic ListTopicsOptions listInternal(boolean listInternal)
listInternal - Whether we should list internal topics. null means to use
the default.public boolean shouldListInternal()