Class SynchronousDestinationTestRule.TestSynchronousDestination
Object
com.liferay.portal.kernel.messaging.BaseDestination
com.liferay.portal.kernel.test.rule.SynchronousDestinationTestRule.TestSynchronousDestination
- All Implemented Interfaces:
com.liferay.portal.kernel.messaging.Destination
- Enclosing class:
- SynchronousDestinationTestRule
public static class SynchronousDestinationTestRule.TestSynchronousDestination
extends com.liferay.portal.kernel.messaging.BaseDestination
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.messaging.BaseDestination
messageListenerRegistry, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination
close, close, destroy, getDestinationStatistics, getDestinationType, getName, open, setDestinationType, setMessageListenerRegistry, setName
-
Constructor Details
-
TestSynchronousDestination
public TestSynchronousDestination()
-
-
Method Details
-
send
public void send(com.liferay.portal.kernel.messaging.Message message) - Specified by:
send
in interfacecom.liferay.portal.kernel.messaging.Destination
- Overrides:
send
in classcom.liferay.portal.kernel.messaging.BaseDestination
-