public abstract class AbstractMessagingConfigurator extends java.lang.Object implements MessagingConfigurator
| Constructor and Description |
|---|
AbstractMessagingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
connect() |
void |
destroy() |
void |
disconnect() |
protected abstract MessageBus |
getMessageBus() |
protected abstract java.lang.ClassLoader |
getOperatingClassloader() |
void |
setDestinations(java.util.List<Destination> destinations) |
void |
setGlobalDestinationEventListeners(java.util.List<DestinationEventListener> globalDestinationEventListeners) |
void |
setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners) |
void |
setReplacementDestinations(java.util.List<Destination> replacementDestinations) |
void |
setSpecificDestinationEventListener(java.util.Map<java.lang.String,java.util.List<DestinationEventListener>> specificDestinationEventListeners) |
public void afterPropertiesSet()
public void connect()
connect in interface MessagingConfiguratorpublic void destroy()
destroy in interface MessagingConfiguratorpublic void disconnect()
disconnect in interface MessagingConfiguratorpublic void setDestinations(java.util.List<Destination> destinations)
setDestinations in interface MessagingConfiguratorpublic void setGlobalDestinationEventListeners(java.util.List<DestinationEventListener> globalDestinationEventListeners)
setGlobalDestinationEventListeners in interface MessagingConfiguratorpublic void setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
setMessageListeners in interface MessagingConfiguratorpublic void setReplacementDestinations(java.util.List<Destination> replacementDestinations)
setReplacementDestinations in interface MessagingConfiguratorpublic void setSpecificDestinationEventListener(java.util.Map<java.lang.String,java.util.List<DestinationEventListener>> specificDestinationEventListeners)
setSpecificDestinationEventListener in interface MessagingConfiguratorprotected abstract MessageBus getMessageBus()
protected abstract java.lang.ClassLoader getOperatingClassloader()