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 AbstractEventSourceInterceptor
AbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventType -
Field Summary
Fields inherited from class AbstractEventSourceInterceptor
registryFields inherited from interface io.micronaut.aop.Interceptor
ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAsyncEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry) Constructs a new AbstractAsyncEventSourceInterceptor. -
Method Summary
Methods inherited from class AbstractEventSourceInterceptor
getEventGroup, getHandledPostEventType, getHandledPreEventType, triggerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.aop.MethodInterceptor
interceptMethods 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:
interceptin interfaceio.micronaut.aop.MethodInterceptor- Overrides:
interceptin classAbstractEventSourceInterceptor
-