Uses of Interface
com.tangosol.net.events.EventDispatcherAwareInterceptor
-
Packages that use EventDispatcherAwareInterceptor Package Description com.oracle.coherence.cdi.events Support for adapting Coherence interceptors to standard CDI events.com.oracle.coherence.mp.config Coherence support for Eclipse MicroProfile Config.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.events Contains classes related to the Coherence Live Event Model. -
-
Uses of EventDispatcherAwareInterceptor in com.oracle.coherence.cdi.events
-
Uses of EventDispatcherAwareInterceptor in com.oracle.coherence.mp.config
Classes in com.oracle.coherence.mp.config that implement EventDispatcherAwareInterceptor Modifier and Type Class Description class
CoherenceConfigSource
An implementation ofConfigSource
that reads configuration properties from a Coherence map. -
Uses of EventDispatcherAwareInterceptor in com.tangosol.net
Subinterfaces of EventDispatcherAwareInterceptor in com.tangosol.net Modifier and Type Interface Description static interface
Coherence.LifecycleListener
An interface implemented by listeners ofCoherenceLifecycleEvents
. -
Uses of EventDispatcherAwareInterceptor in com.tangosol.net.events
Classes in com.tangosol.net.events that implement EventDispatcherAwareInterceptor Modifier and Type Class Description class
NamedEventInterceptor<E extends Event<?>>
A wrapper forEventInterceptor
s allowing additional metadata to be associated with the interceptor without augmenting the interceptor contract.
-