Interface CommunicationMessage

All Superinterfaces:
CommonResponse, FutureMessage, RemoteMessage, Request, UserIdentity
All Known Implementing Classes:
AbstractCommunicationMessage, ExternalMessage

public interface CommunicationMessage extends CommonResponse, UserIdentity, Request
Since:
25.1
Author:
渔民小镇
date:
2025-09-24
  • Method Details

    • getCmdCode

      int getCmdCode()
    • setCmdCode

      void setCmdCode(int cmdCode)
    • getProtocolSwitch

      int getProtocolSwitch()
    • setProtocolSwitch

      void setProtocolSwitch(int protocolSwitch)
    • getCmdMerge

      int getCmdMerge()
      Specified by:
      getCmdMerge in interface RemoteMessage
    • setCmdMerge

      void setCmdMerge(int cmdMerge)
      Specified by:
      setCmdMerge in interface RemoteMessage
    • getData

      byte[] getData()
      Specified by:
      getData in interface RemoteMessage
    • setData

      void setData(byte[] data)
      Specified by:
      setData in interface RemoteMessage
    • getMsgId

      int getMsgId()
    • setMsgId

      void setMsgId(int msgId)
    • getCacheCondition

      int getCacheCondition()
    • setCacheCondition

      void setCacheCondition(int cacheCondition)
    • getCmdInfo

      default CmdInfo getCmdInfo()
      Specified by:
      getCmdInfo in interface RemoteMessage