Class EntityEventRegistry

java.lang.Object
io.micronaut.data.runtime.event.EntityEventRegistry
All Implemented Interfaces:
io.micronaut.context.processor.ExecutableMethodProcessor<EntityEventMapping>, io.micronaut.core.order.Ordered, EntityEventListener<Object>, EventListener

@Singleton @Primary public class EntityEventRegistry extends Object implements EntityEventListener<Object>, io.micronaut.context.processor.ExecutableMethodProcessor<EntityEventMapping>
Primary implementation of the EntityEventListener interface that aggregates all other listeners.
Since:
2.3.0
Author:
graemerocher