Liferay 7.0-ga1 portal-impl

com.liferay.portal.messaging.async
Class AsyncMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseMessageListener
      extended by com.liferay.portal.messaging.async.AsyncMessageListener
All Implemented Interfaces:
com.liferay.portal.kernel.messaging.MessageListener

public class AsyncMessageListener
extends com.liferay.portal.kernel.messaging.BaseMessageListener


Constructor Summary
AsyncMessageListener()
           
 
Method Summary
protected  void doReceive(com.liferay.portal.kernel.messaging.Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseMessageListener
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncMessageListener

public AsyncMessageListener()
Method Detail

doReceive

protected void doReceive(com.liferay.portal.kernel.messaging.Message message)
                  throws Exception
Specified by:
doReceive in class com.liferay.portal.kernel.messaging.BaseMessageListener
Throws:
Exception

Liferay 7.0-ga1 portal-impl