public class ServerNotificationManagerConfigurator
extends org.mule.runtime.api.meta.AbstractAnnotatedObject
implements org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
ServerNotificationManagerConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ListenerSubscriptionPair> |
getMergedListeners(ServerNotificationManager notificationManager) |
void |
initialise() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDisabledNotifications(List<NotificationConfig> disabledNotifications) |
void |
setEnabledNotifications(List<NotificationConfig> enabledNotifications) |
void |
setMuleContext(MuleContext context) |
void |
setNotificationDynamic(boolean dynamic) |
void |
setNotificationListeners(Collection<ListenerSubscriptionPair> notificationListeners) |
public ServerNotificationManagerConfigurator()
public void setMuleContext(MuleContext context)
public void initialise()
initialise in interface org.mule.runtime.api.lifecycle.Initialisableprotected Set<ListenerSubscriptionPair> getMergedListeners(ServerNotificationManager notificationManager)
public void setNotificationDynamic(boolean dynamic)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic void setEnabledNotifications(List<NotificationConfig> enabledNotifications)
public void setNotificationListeners(Collection<ListenerSubscriptionPair> notificationListeners)
public void setDisabledNotifications(List<NotificationConfig> disabledNotifications)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.