public interface NotificationDispatcher
notifications.
A fired notification is dispatched by the implementation to any registered
listener for the concrete type of the Notification.
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(Notification notification)
Send the
notification to all the registered listeners. |
void dispatch(Notification notification)
notification to all the registered listeners.notification - the notification to fire.Copyright © 2021 MuleSoft, Inc.. All rights reserved.