Package com.tangosol.net.events.annotation
Contains annotations related to the Coherence Live Event Model.
-
Enum Summary Enum Description Interceptor.Order This enum provides an indication of whether theEventInterceptor
should request to be first in the chain ofEventInterceptor
s, hence have a HIGH priority. -
Annotation Types Summary Annotation Type Description CacheLifecycleEvents CacheLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveCacheLifecycleEvent
s.CoherenceLifecycleEvents CoherenceLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveCoherenceLifecycleEvent
s.EntryEvents EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveEntryEvent
s.EntryProcessorEvents EntryProcessorEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveEntryProcessorEvent
s.Events Meta annotation that must be applied to all event interceptor annotations, in order to make them discoverable.FederatedChangeEvents EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedChangeEvent
s.FederatedConnectionEvents EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedConnectionEvent
s.FederatedPartitionEvents EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedPartitionEvent
s.Interceptor Interceptor is an annotation that can be applied toEventInterceptor
implementations.LifecycleEvents LifecycleEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveLifecycleEvent
s.SessionLifecycleEvents SessionLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveSessionLifecycleEvent
s.TransactionEvents TransactionEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveTransactionEvent
s.TransferEvents TransferEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveTransferEvent
s.UnsolicitedCommitEvents UnsolicitedCommitInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveUnsolicitedCommitEvent
s.