public abstract class BaseMessagingConfigurator extends Object implements MessagingConfigurator
| Constructor and Description |
|---|
BaseMessagingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
connect() |
void |
destroy() |
void |
disconnect() |
protected abstract ClassLoader |
getOperatingClassloader() |
protected void |
initialize() |
protected void |
registerDestinationEventListeners() |
protected void |
registerDestinations() |
protected void |
registerMessageBusEventListeners() |
void |
setDestinationConfigurations(Set<DestinationConfiguration> destinationConfigurations) |
void |
setDestinationEventListeners(Map<String,List<DestinationEventListener>> destinationEventListeners) |
void |
setDestinations(List<Destination> destinations) |
void |
setMessageBusEventListeners(List<MessageBusEventListener> messageBusEventListeners) |
void |
setMessageListeners(Map<String,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(Set<DestinationConfiguration> destinationConfigurations)
setDestinationConfigurations in interface MessagingConfiguratorpublic void setDestinationEventListeners(Map<String,List<DestinationEventListener>> destinationEventListeners)
setDestinationEventListeners in interface MessagingConfiguratorpublic void setDestinations(List<Destination> destinations)
setDestinations in interface MessagingConfiguratorpublic void setMessageBusEventListeners(List<MessageBusEventListener> messageBusEventListeners)
setMessageBusEventListeners in interface MessagingConfiguratorpublic void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
setMessageListeners in interface MessagingConfiguratorprotected abstract ClassLoader getOperatingClassloader()
protected void initialize()
protected void registerDestinationEventListeners()
protected void registerDestinations()
protected void registerMessageBusEventListeners()