com.supermap.messagequeue

类 STOMPReceiver



  • public class STOMPReceiver
    extends InternalHandle
    STOMP接收端类

    用于接收STOMP服务发送的消息

    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      void dispose()
      析构函数,释放资源
      java.lang.String receive()
      接收消息 需在子线程执行该操作
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • dispose

        public void dispose()
        析构函数,释放资源
      • receive

        public java.lang.String receive()
        接收消息

        需在子线程执行该操作

        返回:
        接收到的消息