public class DefaultMessagingConfigurator extends Object implements MessagingConfigurator
| Constructor and Description |
|---|
DefaultMessagingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
protected void |
initialize() |
protected void |
registerDestinations() |
void |
setDestinationConfigurations(Set<DestinationConfiguration> destinationConfigurations) |
void |
setDestinations(List<Destination> destinations) |
void |
setMessageListeners(Map<String,List<MessageListener>> messageListeners) |
public void afterPropertiesSet()
public void destroy()
destroy in interface MessagingConfiguratorpublic void setDestinationConfigurations(Set<DestinationConfiguration> destinationConfigurations)
setDestinationConfigurations in interface MessagingConfiguratorpublic void setDestinations(List<Destination> destinations)
setDestinations in interface MessagingConfiguratorpublic void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
setMessageListeners in interface MessagingConfiguratorprotected void initialize()
protected void registerDestinations()