Class EntityEventRegistry

java.lang.Object
io.micronaut.data.runtime.event.EntityEventRegistry
All Implemented Interfaces:
io.micronaut.context.processor.AnnotationProcessor<EntityEventMapping,io.micronaut.inject.ExecutableMethod<?,?>>, 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
  • Field Details

  • Constructor Details

    • EntityEventRegistry

      public EntityEventRegistry(io.micronaut.context.BeanContext beanContext)
      Default constructor.
      Parameters:
      beanContext - The bean context
  • Method Details