Liferay 7.0-ce-b4

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

All Known Implementing Classes:
AbstractMessagingConfigurator, DefaultMessagingConfigurator, PluginMessagingConfigurator

public interface MessagingConfigurator


Method Summary
 void connect()
           
 void destroy()
           
 void disconnect()
           
 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)
           
 void setReplacementDestinations(List<Destination> replacementDestinations)
          Deprecated. As of 7.0.0, replaced by setDestinations(List)
 

Method Detail

connect

void connect()

destroy

void destroy()

disconnect

void disconnect()

setDestinationConfigurations

void setDestinationConfigurations(Set<DestinationConfiguration> destinationConfigurations)

setDestinationEventListeners

void setDestinationEventListeners(Map<String,List<DestinationEventListener>> destinationEventListeners)

setDestinations

void setDestinations(List<Destination> destinations)

setMessageBusEventListeners

void setMessageBusEventListeners(List<MessageBusEventListener> messageBusEventListeners)

setMessageListeners

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

setReplacementDestinations

@Deprecated
void setReplacementDestinations(List<Destination> replacementDestinations)
Deprecated. As of 7.0.0, replaced by setDestinations(List)

Parameters:
replacementDestinations -

Liferay 7.0-ce-b4