com.supermap.messagequeue

类 STOMPSender



  • public class STOMPSender
    extends InternalHandle
    STOMP消息发送端

    用于发送STOMP服务的消息

    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      void dispose()
      析构函数,释放资源
      boolean sendMessage(java.lang.String strMsg)
      发送消息
      • 从类继承的方法 java.lang.Object

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

      • sendMessage

        public boolean sendMessage(java.lang.String strMsg)
        发送消息
        参数:
        strMsg - 发送的消息
        返回:
        发送成功返回true,否则返回false
      • dispose

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