Interface WorkQueueCfg

  • All Superinterfaces:
    Configuration
    All Known Subinterfaces:
    TraditionalWorkQueueCfg

    public interface WorkQueueCfg
    extends Configuration
    A server-side interface for querying Work Queue settings.

    The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner.

    • Method Detail

      • configurationClass

        Class<? extends WorkQueueCfg> configurationClass()
        Gets the configuration class associated with this Work Queue.
        Specified by:
        configurationClass in interface Configuration
        Returns:
        Returns the configuration class associated with this Work Queue.
      • addChangeListener

        void addChangeListener​(ConfigurationChangeListener<WorkQueueCfg> listener)
        Register to be notified when this Work Queue is changed.
        Parameters:
        listener - The Work Queue configuration change listener.
      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<WorkQueueCfg> listener)
        Deregister an existing Work Queue configuration change listener.
        Parameters:
        listener - The Work Queue configuration change listener.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.

        Returns:
        Returns the value of the "java-class" property.