Liferay 6.0.5

com.liferay.portal.kernel.messaging.config
Interface MessagingConfigurator

All Known Implementing Classes:
AbstractMessagingConfigurator, DefaultMessagingConfigurator, PluginMessagingConfigurator

public interface MessagingConfigurator


Method Summary
 void destroy()
           
 void init()
           
 void setDestinations(List<Destination> destinations)
           
 void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
           
 void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
           
 void setReplacementDestinations(List<Destination> replacementDestinations)
           
 void setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)
           
 

Method Detail

destroy

void destroy()

init

void init()

setDestinations

void setDestinations(List<Destination> destinations)

setGlobalDestinationEventListeners

void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)

setMessageListeners

void setMessageListeners(Map<String,List<MessageListener>> messageListeners)

setReplacementDestinations

void setReplacementDestinations(List<Destination> replacementDestinations)

setSpecificDestinationEventListener

void setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)

Liferay 6.0.5