Class | Description |
---|---|
AbstractAsyncEventSourceInterceptor |
Base class for async operation interceptors.
|
AbstractEventSourceInterceptor |
Base class for sync event source interceptors.
|
AsyncPersistEventSourceInterceptor |
An
interceptor for persist events. |
AsyncRemoveEventSourceInterceptor |
An
interceptor for remove events. |
AsyncUpdateEventSourceInterceptor |
An
interceptor for update events. |
GetAsyncMapInterceptor<ID,T,D> |
A
DataInterceptor allowing AbstractCoherenceRepository instances
to obtain the AsyncNamedMap associated with the
AbstractCoherenceAsyncRepository . |
GetEntityTypeInterceptor<T,Class> |
A
DataInterceptor allowing AbstractCoherenceRepository instances
to obtain the entity type managed by this repository . |
GetIdInterceptor<T,ID> |
A
DataInterceptor allowing AbstractCoherenceRepository instances
to obtain the Id of the provided entity. |
GetMapInterceptor<ID,T,D> |
A
DataInterceptor allowing AbstractCoherenceRepository instances
to obtain the NamedMap associated with the AbstractCoherenceRepository . |
PersistEventSourceInterceptor |
An
interceptor for persist events. |
RemoveEventSourceInterceptor |
An
interceptor for remove events. |
UpdateEventSourceInterceptor |
An
interceptor for update events. |
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.
|