com.supermap.messagequeue

Class STOMPReceiver



  • public class STOMPReceiver
    extends InternalHandle
    STOMP receiver class

    Used to receive the message sent by STOMP service

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose()
      Destructor, release resources
      java.lang.String receive()
      Receive message It's needed to perform the operation in sub thread
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • dispose

        public void dispose()
        Destructor, release resources
      • receive

        public java.lang.String receive()
        Receive message

        It's needed to perform the operation in sub thread

        Returns:
        Message to be received