public abstract class BaseMessagingConfigurator extends java.lang.Object implements MessagingConfigurator
| Constructor and Description |
|---|
BaseMessagingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
connect() |
void |
destroy() |
void |
disconnect() |
protected java.lang.ClassLoader |
getOperatingClassloader()
Deprecated.
As of Athanasius (7.3.x), replaced by
getOperatingClassLoader() |
protected abstract java.lang.ClassLoader |
getOperatingClassLoader() |
protected void |
initialize() |
protected void |
registerDestinationEventListeners() |
protected void |
registerDestinations() |
protected void |
registerMessageBusEventListeners() |
void |
setDestinationConfigurations(java.util.Set<DestinationConfiguration> destinationConfigurations) |
void |
setDestinationEventListeners(java.util.Map<java.lang.String,java.util.List<DestinationEventListener>> destinationEventListeners) |
void |
setDestinations(java.util.List<Destination> destinations) |
void |
setMessageBusEventListeners(java.util.List<MessageBusEventListener> messageBusEventListeners) |
void |
setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners) |
public void afterPropertiesSet()
public void connect()
connect in interface MessagingConfiguratorpublic void destroy()
destroy in interface MessagingConfiguratorpublic void disconnect()
disconnect in interface MessagingConfiguratorpublic void setDestinationConfigurations(java.util.Set<DestinationConfiguration> destinationConfigurations)
setDestinationConfigurations in interface MessagingConfiguratorpublic void setDestinationEventListeners(java.util.Map<java.lang.String,java.util.List<DestinationEventListener>> destinationEventListeners)
setDestinationEventListeners in interface MessagingConfiguratorpublic void setDestinations(java.util.List<Destination> destinations)
setDestinations in interface MessagingConfiguratorpublic void setMessageBusEventListeners(java.util.List<MessageBusEventListener> messageBusEventListeners)
setMessageBusEventListeners in interface MessagingConfiguratorpublic void setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
setMessageListeners in interface MessagingConfigurator@Deprecated protected java.lang.ClassLoader getOperatingClassloader()
getOperatingClassLoader()protected abstract java.lang.ClassLoader getOperatingClassLoader()
protected void initialize()
protected void registerDestinationEventListeners()
protected void registerDestinations()
protected void registerMessageBusEventListeners()