Package com.oracle.coherence.spring.event
Coherence Eventing Support.
-
Class Summary Class Description AnnotatedMapListener<K,V> CoherenceEventListenerCandidates Holder for Coherence Event Listeners to be configured.CoherenceEventListenerMethodProcessor ABeanFactoryPostProcessorthat processes methods annotated with @CoherenceEventListener.EventObserverSupport Manages registration of observer methods withInterceptorRegistryuponConfigurableCacheFactoryactivation, and their subsequent un-registration on deactivation.EventObserverSupport.UnsolicitedCommitEventHandler Handler forUnsolicitedCommitEvents.MapListenerRegistrationBean CoherenceEventListenerresponsible for the registration ofMapListeners.MethodEventObserver<E extends com.tangosol.net.events.Event<?>> A Coherence event observer implementation that wraps aMethod. -
Enum Summary Enum Description MapEventType Event type enumeration. -
Annotation Types Summary Annotation Type Description CoherenceEventListener A listener annotation that allows for the subscription of Coherence events.