Class BroadcastUserMessage

java.lang.Object
com.iohao.net.framework.protocol.BroadcastMessage
com.iohao.net.framework.protocol.BroadcastUserMessage
All Implemented Interfaces:
CommonResponse, UserIdentity

public final class BroadcastUserMessage extends BroadcastMessage implements UserIdentity, CommonResponse
Broadcast message targeting a single user (unicast).

Extends BroadcastMessage with UserIdentity for user binding and CommonResponse for error propagation. Used to push data to one specific connected user identified by userId, routed through the external server identified by externalServerId.

Since:
25.1
Author:
渔民小镇
date:
2025-09-03
  • Constructor Details

    • BroadcastUserMessage

      public BroadcastUserMessage()