Class UserRequestMessage

java.lang.Object
com.iohao.net.framework.protocol.CommonMessage
com.iohao.net.framework.protocol.UserRequestMessage
All Implemented Interfaces:
FutureMessage, RemoteMessage, Request, UserIdentity

public final class UserRequestMessage extends CommonMessage implements Request
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 Details

    • UserRequestMessage

      public UserRequestMessage()