Package | Description |
---|---|
com.liferay.portal.kernel.messaging |
Modifier and Type | Class and Description |
---|---|
class |
BaseAsyncDestination |
class |
ParallelDestination
Destination that delivers a message to a list of message listeners in
parallel.
|
class |
SerialDestination
Destination that delivers a message to a list of message listeners one at a
time.
|
class |
SynchronousDestination |