com.liferay.portal.kernel.messaging
Class SerialDestination
java.lang.Object
com.liferay.portal.kernel.messaging.BaseDestination
com.liferay.portal.kernel.messaging.BaseAsyncDestination
com.liferay.portal.kernel.messaging.SerialDestination
- All Implemented Interfaces:
- Destination
public class SerialDestination
- extends BaseAsyncDestination
Destination that delivers a message to a list of message listeners one at a
time.
Methods inherited from class com.liferay.portal.kernel.messaging.BaseAsyncDestination |
close, createRejectionExecutionHandler, getDestinationStatistics, getMaximumQueueSize, getThreadPoolExecutor, getWorkersCoreSize, getWorkersMaxSize, open, populateMessageFromThreadLocals, populateThreadLocalsFromMessage, send, setMaximumQueueSize, setRejectedExecutionHandler, setWorkersCoreSize, setWorkersMaxSize |
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination |
addDestinationEventListener, afterPropertiesSet, close, copyDestinationEventListeners, copyMessageListeners, fireMessageListenerRegisteredEvent, fireMessageListenerUnregisteredEvent, getMessageListenerCount, getMessageListeners, getName, isRegistered, register, register, registerMessageListener, removeDestinationEventListener, removeDestinationEventListeners, setName, unregister, unregister, unregisterMessageListener, unregisterMessageListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialDestination
public SerialDestination()
SerialDestination
public SerialDestination(String name)
- Deprecated.
dispatch
protected void dispatch(Set<MessageListener> messageListeners,
Message message)
- Specified by:
dispatch
in class BaseAsyncDestination