public class GlobalDestinationEventListener extends BaseDestinationEventListener
| Constructor and Description |
|---|
GlobalDestinationEventListener() |
GlobalDestinationEventListener(MessageListener messageListener,
java.util.List<java.lang.String> ignoredDestinations)
Deprecated.
As of 6.1.0
|
| Modifier and Type | Method and Description |
|---|---|
void |
destinationAdded(Destination destination) |
void |
destinationRemoved(Destination destination) |
void |
setIgnoredDestinations(java.util.List<java.lang.String> ignoredDestinations) |
void |
setMessageListener(MessageListener messageListener) |
messageListenerRegistered, messageListenerUnregisteredpublic GlobalDestinationEventListener()
public GlobalDestinationEventListener(MessageListener messageListener, java.util.List<java.lang.String> ignoredDestinations)
public void destinationAdded(Destination destination)
destinationAdded in interface DestinationEventListenerdestinationAdded in class BaseDestinationEventListenerpublic void destinationRemoved(Destination destination)
destinationRemoved in interface DestinationEventListenerdestinationRemoved in class BaseDestinationEventListenerpublic void setIgnoredDestinations(java.util.List<java.lang.String> ignoredDestinations)
public void setMessageListener(MessageListener messageListener)