ApplicationEvent - public interface BroadleafApplicationListener<E extends org.springframework.context.ApplicationEvent>
extends org.springframework.context.ApplicationListener<E>
org.broadleafcommerce.common.event.BroadleafApplicationEventMulticaster except
the event listener can indicate if the event should be run in a background thread. If no TaskExecutor is
configured on the BroadleafApplicationEventMulticaster then it will be executed synchronously, regardless of
of whether an event listener is configured.| Modifier and Type | Method and Description |
|---|---|
boolean |
isAsynchronous()
Indicates if this application listener should be run in a background thread if a TaskExecutor is configured.
|
boolean isAsynchronous()
BroadleafApplicationEventMulticasterCopyright © 2018. All rights reserved.