Class DefaultMessagingConfigurator
Object
com.liferay.portal.kernel.messaging.config.DefaultMessagingConfigurator
- All Implemented Interfaces:
MessagingConfigurator
- Author:
- Michael C. Han
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
protected void
protected void
void
setDestinationConfigurations
(Set<DestinationConfiguration> destinationConfigurations) void
setDestinations
(List<Destination> destinations) void
setMessageListeners
(Map<String, List<MessageListener>> messageListeners)
-
Constructor Details
-
DefaultMessagingConfigurator
public DefaultMessagingConfigurator()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy()- Specified by:
destroy
in interfaceMessagingConfigurator
-
setDestinationConfigurations
- Specified by:
setDestinationConfigurations
in interfaceMessagingConfigurator
-
setDestinations
- Specified by:
setDestinations
in interfaceMessagingConfigurator
-
setMessageListeners
- Specified by:
setMessageListeners
in interfaceMessagingConfigurator
-
initialize
protected void initialize() -
registerDestinations
protected void registerDestinations()
-