Class Priorities
- java.lang.Object
-
- io.smallrye.graphql.execution.event.Priorities
-
public class Priorities extends Object
Constants used in combination withjavax.annotation.Priorityto control the invocation order ofEventingServices inEventEmitter
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULTstatic intFIRST_IN_LAST_OUTstatic intLAST_IN_FIRST_OUT
-
Constructor Summary
Constructors Constructor Description Priorities()
-
-
-
Field Detail
-
FIRST_IN_LAST_OUT
public static final int FIRST_IN_LAST_OUT
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
LAST_IN_FIRST_OUT
public static final int LAST_IN_FIRST_OUT
- See Also:
- Constant Field Values
-
-