Class ServerRequestMessage
java.lang.Object
com.iohao.net.framework.protocol.ServerMessage
com.iohao.net.framework.protocol.ServerRequestMessage
Request message sent from one server to another within the cluster.
Extends ServerMessage with a future correlation id so that the
caller can match the asynchronous response back to this request.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-05
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ServerMessage
addPayload, getPayload
-
Constructor Details
-
ServerRequestMessage
public ServerRequestMessage()
-