Package com.oracle.coherence.cdi.events
Interface AnnotatedMapListener.MapEventObserver<K,V>
- All Known Implementing Classes:
CdiMapEventObserver
- Enclosing class:
AnnotatedMapListener<K,V>
public static interface AnnotatedMapListener.MapEventObserver<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionReturn the qualifiers for the observer that wil be used to further qualify which events are received.booleanisAsync()Returntrueif this observer should be async.voidProcess an event.
-
Method Details
-
notify
Process an event.- Parameters:
event- the event
-
isAsync
boolean isAsync()Returntrueif this observer should be async.- Returns:
trueif this observer should be async
-
getObservedQualifiers
Set<Annotation> getObservedQualifiers()Return the qualifiers for the observer that wil be used to further qualify which events are received.- Returns:
- the qualifiers for the observer
-