Class AbstractAsyncEventSourceInterceptor
java.lang.Object
io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
io.micronaut.coherence.data.interceptors.AbstractAsyncEventSourceInterceptor
- All Implemented Interfaces:
io.micronaut.aop.Interceptor
,io.micronaut.aop.MethodInterceptor
,io.micronaut.core.order.Ordered
- Direct Known Subclasses:
AsyncPersistEventSourceInterceptor
,AsyncRemoveEventSourceInterceptor
,AsyncUpdateEventSourceInterceptor
Base class for async operation interceptors.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
AbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventType
-
Field Summary
Fields inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
registry
Fields inherited from interface io.micronaut.aop.Interceptor
ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGET
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractAsyncEventSourceInterceptor
(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry) Constructs a new AbstractAsyncEventSourceInterceptor. -
Method Summary
Methods inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
getEventGroup, getHandledPostEventType, getHandledPreEventType, trigger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.aop.MethodInterceptor
intercept
Methods inherited from interface io.micronaut.core.order.Ordered
getOrder
-
Constructor Details
-
AbstractAsyncEventSourceInterceptor
protected AbstractAsyncEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry) Constructs a new AbstractAsyncEventSourceInterceptor.- Parameters:
registry
- theRuntimeEntityRegistry
-
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceio.micronaut.aop.MethodInterceptor
- Overrides:
intercept
in classAbstractEventSourceInterceptor
-