Class AnnotatedEventHandlerInvoker

java.lang.Object
org.springframework.data.rest.core.event.AnnotatedEventHandlerInvoker
All Implemented Interfaces:
EventListener, BeanPostProcessor, ApplicationListener<RepositoryEvent>

public class AnnotatedEventHandlerInvoker extends Object implements ApplicationListener<RepositoryEvent>, BeanPostProcessor
Component to discover annotated repository event handlers and trigger them on ApplicationEvents.
Author:
Jon Brisbin, Oliver Gierke