Interface FlowLogicSendCommunication

All Superinterfaces:
CommonDecorator, FlowCommon, LogicSendCommunicationDecorator
All Known Subinterfaces:
FlowContext
All Known Implementing Classes:
DefaultFlowContext

public interface FlowLogicSendCommunication extends FlowCommon, LogicSendCommunicationDecorator
Flow-level fire-and-forget message sending to other logic servers.
Since:
25.1
Author:
渔民小镇
date:
2025-10-09
  • Method Details

    • ofSendMessage

      default SendMessage ofSendMessage(CmdInfo cmdInfo, byte[] data)
      Create a SendMessage for the given command, copying routing fields from the current request.
      Specified by:
      ofSendMessage in interface LogicSendCommunicationDecorator
      Parameters:
      cmdInfo - the target command info
      data - the encoded byte data payload
      Returns:
      a new SendMessage with routing fields populated from the current request and server