Annotation Interface ProcessPriority


Annotation to define the processing priority of a method. Methods annotated with this annotation can specify a priority level to influence their execution order in a prioritized processing system.
Since:
3.0.1-SNAPSHOT
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Enumeration representing different priority levels.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the priority level for the annotated method.
  • Element Details

    • value

      Specifies the priority level for the annotated method. Default value is Priority.NORMAL.
      Returns:
      The priority level for the annotated method.
      Default:
      NORMAL