Class AsyncPersistEventSourceInterceptor
java.lang.Object
io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
io.micronaut.coherence.data.interceptors.AbstractAsyncEventSourceInterceptor
io.micronaut.coherence.data.interceptors.AsyncPersistEventSourceInterceptor
- All Implemented Interfaces:
- io.micronaut.aop.Interceptor,- io.micronaut.aop.MethodInterceptor,- io.micronaut.core.order.Ordered
@Singleton
@InterceptorBean(AsyncPersistEventSource.class)
public class AsyncPersistEventSourceInterceptor
extends AbstractAsyncEventSourceInterceptor
An 
interceptor for persist events.- 
Nested Class SummaryNested classes/interfaces inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptorAbstractEventSourceInterceptor.EventGroup, AbstractEventSourceInterceptor.EventType
- 
Field SummaryFields inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptorregistryFields inherited from interface io.micronaut.aop.InterceptorARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructorsConstructorDescriptionAsyncPersistEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry) Constructs a newAsyncPersistEventSourceInterceptor.
- 
Method SummaryModifier and TypeMethodDescriptionReturn theEventGrouphandled by this interceptor.Return thePOSTevent type this interceptor wishes to emit.Return thePREevent type this interceptor wishes to emit.Methods inherited from class io.micronaut.coherence.data.interceptors.AbstractAsyncEventSourceInterceptorinterceptMethods inherited from class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptortriggerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.aop.MethodInterceptorinterceptMethods inherited from interface io.micronaut.core.order.OrderedgetOrder
- 
Constructor Details- 
AsyncPersistEventSourceInterceptorpublic AsyncPersistEventSourceInterceptor(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry) Constructs a newAsyncPersistEventSourceInterceptor.- Parameters:
- registry- the- RuntimeEntityRegistry
 
 
- 
- 
Method Details- 
getEventGroupDescription copied from class:AbstractEventSourceInterceptorReturn theEventGrouphandled by this interceptor.- Specified by:
- getEventGroupin class- AbstractEventSourceInterceptor
- Returns:
- the EventGrouphandled by this interceptor
 
- 
getHandledPreEventTypeDescription copied from class:AbstractEventSourceInterceptorReturn thePREevent type this interceptor wishes to emit.- Specified by:
- getHandledPreEventTypein class- AbstractEventSourceInterceptor
- Returns:
- the PREevent type this interceptor wishes to emit
 
- 
getHandledPostEventTypeDescription copied from class:AbstractEventSourceInterceptorReturn thePOSTevent type this interceptor wishes to emit.- Specified by:
- getHandledPostEventTypein class- AbstractEventSourceInterceptor
- Returns:
- the POSTevent type this interceptor wishes to emit
 
 
-