Class UserRequestMessage
java.lang.Object
com.iohao.net.framework.protocol.CommonMessage
com.iohao.net.framework.protocol.UserRequestMessage
- All Implemented Interfaces:
FutureMessage, RemoteMessage, Request, UserIdentity
User-facing request message received from the external Netty pipeline.
Extends BarMessage and implements Request to carry the full set of
request fields: sticky-routing hint, hop count, logic-server bindings, and per-request
attachment data. This is the concrete message type created by the external server
handlers and forwarded to logic servers via Aeron for action dispatch.
- Author:
- 渔民小镇
- date:
- 2021-12-20
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CommonMessage
getCmdInfo, setCmdInfoMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FutureMessage
getFutureId, setFutureIdMethods inherited from interface RemoteMessage
getCmdInfo, getCmdMerge, getData, getExternalServerId, getLogicServerId, getNanoTime, getNetId, getSourceServerId, getTraceId, setCmdInfo, setCmdMerge, setData, setExternalServerId, setLogicServerId, setNanoTime, setNetId, setOutputError, setSourceServerId, setTraceIdMethods inherited from interface Request
getAttachment, getBindingLogicServerIds, getHopCount, getStick, setAttachment, setBindingLogicServerIds, setHopCount, setStickMethods inherited from interface UserIdentity
bindingUserId, getUserId, isVerifyIdentity, setUserId, setUserIdentity, setVerifyIdentity, verifyIdentity
-
Constructor Details
-
UserRequestMessage
public UserRequestMessage()
-