@InterfaceStability.Evolving public class ListTopicsOptions extends AbstractOptions<ListTopicsOptions>
Admin.listTopics(). The API of this class is evolving, see Admin for details.timeoutMs| Constructor and Description |
|---|
ListTopicsOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o) |
int | hashCode() |
ListTopicsOptions | listInternal(boolean listInternal)Set whether we should list internal topics. |
boolean | shouldListInternal()Return true if we should list internal topics. |
ListTopicsOptions | timeoutMs(Integer timeoutMs)Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used. |
String | toString() |
timeoutMspublic ListTopicsOptions timeoutMs(Integer timeoutMs)
null if the default api 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()