Class ListTopicsOptions

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListTopicsOptions

        public ListTopicsOptions()
    • Method Detail

      • listInternal

        public ListTopicsOptions listInternal​(boolean listInternal)
        Set whether we should list internal topics.
        Parameters:
        listInternal - Whether we should list internal topics. null means to use the default.
        Returns:
        This ListTopicsOptions object.
      • shouldListInternal

        public boolean shouldListInternal()
        Return true if we should list internal topics.