public class WebEvents extends EventsImpl
eventPublisherHIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE, NAME| Constructor and Description |
|---|
WebEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(org.springframework.context.ApplicationEvent event)
Notify all matching listeners registered with this application of an application event.
|
public void publish(org.springframework.context.ApplicationEvent event)
Events
You can use PayloadApplicationEvent to publish any object as an event.
publish in interface Eventspublish in class EventsImplevent - the event to publishRequestHandledEvent