Package org.frankframework.lifecycle
Interface LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent>
- All Superinterfaces:
org.springframework.context.ApplicationListener<T>
,EventListener
- All Known Subinterfaces:
ITrigger
public interface LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent>
extends org.springframework.context.ApplicationListener<T>
During the ApplicationContext refresh Spring will try and automatically create and register all EventListeners
EventListeners which implement this interface will be exempt from this behaviour but in turn will need to be
registered manually in the required org.springframework.context.ConfigurableApplicationContext.
- Author:
- Niels Meijer
-
Method Summary
Methods inherited from interface org.springframework.context.ApplicationListener
onApplicationEvent, supportsAsyncExecution