Interface IActivityNotifierConfig


  • public interface IActivityNotifierConfig
    Represents an activity notifier configuration.
    Since:
    10.0.0
    Version:
    $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
    • Method Detail

      • appliesToPriority

        boolean appliesToPriority​(double priority)
        Indicates whether the specified notifier is to be used for a priority value.
        Parameters:
        priority - the priority value.
        Returns:
        true if this notifier is to be used for the specified priority, false otherwise.
        Since:
        8.2.0
      • getPriorityGreaterThanOrEqualTo

        java.lang.Double getPriorityGreaterThanOrEqualTo()
        Returns minimum priority (inclusive) in which the notifier will be executed.
        Returns:
        minimum priority (inclusive) in which the notifier will be executed.
        Since:
        10.0.0
      • getPriorityGreaterThan

        java.lang.Double getPriorityGreaterThan()
        Returns minimum priority (exclusive) in which the notifier will be executed.
        Returns:
        minimum priority (exclusive) in which the notifier will be executed.
        Since:
        10.0.0
      • getPriorityLessThanOrEqualTo

        java.lang.Double getPriorityLessThanOrEqualTo()
        Returns maximum priority (inclusive) in which the notifier will be executed.
        Returns:
        maximum priority (inclusive) in which the notifier will be executed.
        Since:
        10.0.0
      • getPriorityLessThan

        java.lang.Double getPriorityLessThan()
        Returns maximum priority (exclusive) in which the notifier will be executed.
        Returns:
        maximum priority (exclusive) in which the notifier will be executed.
        Since:
        10.0.0
      • getClassName

        java.lang.String getClassName()
        The name of notifier class to be used.
        Returns:
        the class name.
        Since:
        8.2.0