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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(com.liferay.portal.kernel.messaging.Message message)
     

    Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination

    close, close, destroy, getDestinationStatistics, getDestinationType, getName, open, setDestinationType, setMessageListenerRegistry, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestSynchronousDestination

      public TestSynchronousDestination()
  • Method Details

    • send

      public void send(com.liferay.portal.kernel.messaging.Message message)
      Specified by:
      send in interface com.liferay.portal.kernel.messaging.Destination
      Overrides:
      send in class com.liferay.portal.kernel.messaging.BaseDestination