- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.event.ApplicationEventMulticaster
- Enclosing class:
- EventHandler
public static class EventHandler.EventMulticaster
extends org.springframework.context.event.SimpleApplicationEventMulticaster
Implementation of an asynchronous event multicaster.
The default event delivery system will block whilst each event listener is in progress.
This class sends all events simultaneously to all receivers, though in practice the performance of this method is limited by the current load of the scheduler service.