Class Priorities
- java.lang.Object
-
- io.smallrye.graphql.execution.event.Priorities
-
public class Priorities extends Object
Constants used in combination withjavax.annotation.Priority
to control the invocation order ofEventingService
s inEventEmitter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT
static int
FIRST_IN_LAST_OUT
static int
LAST_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
-
-