Class AbstractOptions<T extends AbstractOptions>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer timeoutMs  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer timeoutMs()
      The request timeout in milliseconds for this operation or null if the default request timeout for the AdminClient should be used.
      T 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
    • Field Detail

      • timeoutMs

        protected java.lang.Integer timeoutMs
    • Constructor Detail

      • AbstractOptions

        public AbstractOptions()
    • Method Detail

      • timeoutMs

        public T 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 java.lang.Integer timeoutMs()
        The request timeout in milliseconds for this operation or null if the default request timeout for the AdminClient should be used.