public class GlobalMessageBusEventListener extends Object implements MessageBusEventListener
| Constructor and Description |
|---|
GlobalMessageBusEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
destinationAdded(Destination destination) |
void |
destinationRemoved(Destination destination) |
void |
setIgnoredDestinations(List<String> ignoredDestinations) |
void |
setMessageListener(MessageListener messageListener) |
public void destinationAdded(Destination destination)
destinationAdded in interface MessageBusEventListenerpublic void destinationRemoved(Destination destination)
destinationRemoved in interface MessageBusEventListenerpublic void setIgnoredDestinations(List<String> ignoredDestinations)
public void setMessageListener(MessageListener messageListener)