com.liferay.portal.kernel.messaging.sender
Class DefaultSingleDestinationMessageSender
java.lang.Object
com.liferay.portal.kernel.messaging.sender.DefaultSingleDestinationMessageSender
- All Implemented Interfaces:
- SingleDestinationMessageSender
public class DefaultSingleDestinationMessageSender
- extends Object
- implements SingleDestinationMessageSender
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSingleDestinationMessageSender
public DefaultSingleDestinationMessageSender()
DefaultSingleDestinationMessageSender
public DefaultSingleDestinationMessageSender(String destinationName,
MessageSender messageSender)
- Deprecated.
send
public void send(Message message)
- Specified by:
send
in interface SingleDestinationMessageSender
send
public void send(Object payload)
- Specified by:
send
in interface SingleDestinationMessageSender
setDestinationName
public void setDestinationName(String destinationName)
setMessageSender
public void setMessageSender(MessageSender messageSender)