Package com.oracle.coherence.cdi.events
Annotation Type Backlog
-
@Qualifier @Documented @Retention(RUNTIME) public @interface Backlog
A qualifier annotation used for any BACKLOG event.- Since:
- 20.06
- Author:
- Aleks Seovic 2020.04.13
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Backlog.Type
value
Obtain the type of backlog event.
-
-
-
Element Detail
-
value
Backlog.Type value
Obtain the type of backlog event.- Returns:
- the type of backlog event
-
-