Package io.micronaut.coherence.data.interceptors
-
Class Summary Class Description AbstractAsyncEventSourceInterceptor Base class for async operation interceptors.AbstractEventSourceInterceptor Base class for sync event source interceptors.AsyncPersistEventSourceInterceptor Aninterceptorforpersistevents.AsyncRemoveEventSourceInterceptor Aninterceptorforremoveevents.AsyncUpdateEventSourceInterceptor Aninterceptorforupdateevents.CoherenceDataIntroductionAdvice A copy of Micronaut Data'sDataIntroductionAdvicethat will provide a defaultRepositoryOperationsinstance using the default Coherence Session configuration is present for the targetNamedMap.GetAsyncMapInterceptor<ID,T,D> ADataInterceptorallowingAbstractCoherenceRepositoryinstances to obtain theAsyncNamedMapassociated with theAbstractCoherenceAsyncRepository.GetEntityTypeInterceptor<T,Class> ADataInterceptorallowingAbstractCoherenceRepositoryinstances to obtain the entity type managed by thisrepository.GetIdInterceptor<T,ID> ADataInterceptorallowingAbstractCoherenceRepositoryinstances to obtain theIdof the provided entity.GetMapInterceptor<ID,T,D> ADataInterceptorallowingAbstractCoherenceRepositoryinstances to obtain theNamedMapassociated with theAbstractCoherenceRepository.PersistEventSourceInterceptor Aninterceptorforpersistevents.RemoveEventSourceInterceptor Aninterceptorforremoveevents.UpdateEventSourceInterceptor Aninterceptorforupdateevents. -
Enum Summary Enum Description AbstractEventSourceInterceptor.EventGroup Represents the logical operations for multiple event types (i.e., pre, post persist).AbstractEventSourceInterceptor.EventType Various entity event types used by Micronaut Data.