public interface ServerNotificationListener<T extends ServerNotification>
ServerNotificationListener is an observer interface that objects can implement and register themselves with the
Mule Server to receive notifications when the server, model and components stop, start, initialise, etc.| Modifier and Type | Method and Description |
|---|---|
default boolean |
isBlocking() |
void |
onNotification(T notification) |
default boolean isBlocking()
void onNotification(T notification)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.