Class AbstractOptions<T extends AbstractOptions>

    • Field Detail

      • timeoutMs

        protected Integer timeoutMs
    • Constructor Detail

      • AbstractOptions

        public AbstractOptions()
    • Method Detail

      • timeoutMs

        public T timeoutMs​(Integer timeoutMs)
        Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
      • timeoutMs

        public Integer timeoutMs()
        The timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.