Class CommonSettingsBuilder<T extends CommonSettingsBuilder>

    • Field Detail

      • enabled

        protected boolean enabled
      • dispatcherThreadCount

        protected int dispatcherThreadCount
      • dispatcherQueueSize

        protected int dispatcherQueueSize
      • debugMode

        protected boolean debugMode
    • Constructor Detail

      • CommonSettingsBuilder

        public CommonSettingsBuilder()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public T setEnabled​(boolean enabled)
      • setDispatcherThreadCount

        public T setDispatcherThreadCount​(int dispatcherThreadCount)
      • setDispatcherQueueSize

        public T setDispatcherQueueSize​(int dispatcherQueueSize)
      • isDebugMode

        public boolean isDebugMode()
      • setDebugMode

        public T setDebugMode​(boolean debugMode)
      • getDispatcherThreadCount

        public int getDispatcherThreadCount()
      • getDispatcherQueueSize

        public int getDispatcherQueueSize()