Interface ThreadManager

    • Method Detail

      • getThreadDecorator

        ThreadDecorator getThreadDecorator()
        Gets the ThreadDecorator associated with this manager.
        Returns:
        the ThreadDecorator, or null if there is none.
      • setThreadDecorator

        void setThreadDecorator​(ThreadDecorator decorator)
        Sets the ThreadDecorator associated this manager should use.
        Parameters:
        decorator - the ThreadDecorator, or null.