Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.messaging.BaseDestination

Packages that use BaseDestination
com.liferay.portal.kernel.messaging   
 

Uses of BaseDestination in com.liferay.portal.kernel.messaging
 

Subclasses of BaseDestination in com.liferay.portal.kernel.messaging
 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.
 


Liferay 6.0-ee