|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.messaging.BaseDestination
com.liferay.portal.kernel.messaging.ParallelDestination
public class ParallelDestination
Destination that delivers a message to a list of message listeners in parallel.
| Constructor Summary | |
|---|---|
ParallelDestination()
|
|
ParallelDestination(java.lang.String name)
Deprecated. |
|
ParallelDestination(java.lang.String name,
int workersCoreSize,
int workersMaxSize)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
dispatch(java.util.Set<MessageListener> messageListeners,
Message message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelDestination()
public ParallelDestination(java.lang.String name)
public ParallelDestination(java.lang.String name,
int workersCoreSize,
int workersMaxSize)
| Method Detail |
|---|
protected void dispatch(java.util.Set<MessageListener> messageListeners,
Message message)
dispatch in class BaseDestination
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||