Package com.tangosol.net.events.annotation
package com.tangosol.net.events.annotation
Contains annotations related to the Coherence Live Event Model.
-
ClassDescriptionCacheLifecycleEvents is an annotation that should be applied to
EventInterceptor
implementations that want to receiveCacheLifecycleEvent
s.CoherenceLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveCoherenceLifecycleEvent
s.EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveEntryEvent
s.EntryProcessorEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveEntryProcessorEvent
s.Meta annotation that must be applied to all event interceptor annotations, in order to make them discoverable.EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedChangeEvent
s.EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedConnectionEvent
s.EntryEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveFederatedPartitionEvent
s.Interceptor is an annotation that can be applied toEventInterceptor
implementations.This enum provides an indication of whether theEventInterceptor
should request to be first in the chain ofEventInterceptor
s, hence have a HIGH priority.LifecycleEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveLifecycleEvent
s.SessionLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveSessionLifecycleEvent
s.TransactionEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveTransactionEvent
s.TransferEventInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveTransferEvent
s.UnsolicitedCommitInterceptor is an annotation that should be applied toEventInterceptor
implementations that want to receiveUnsolicitedCommitEvent
s.