类 EndPointLogicServerMessage
java.lang.Object
com.iohao.game.action.skeleton.protocol.processor.EndPointLogicServerMessage
- 所有已实现的接口:
Serializable
玩家绑定逻辑服
- 作者:
- 渔民小镇
- 另请参阅:
- 日期:
- 2022-05-28
-
构造器概要
-
方法概要
修饰符和类型方法说明addLogicServerId
(String logicServerId) 添加需要绑定的游戏逻辑服 idaddLogicServerId
(Set<String> idSet) 添加需要绑定的游戏逻辑服 id
-
构造器详细资料
-
EndPointLogicServerMessage
public EndPointLogicServerMessage()
-
-
方法详细资料
-
addLogicServerId
添加需要绑定的游戏逻辑服 id- 参数:
logicServerId
- 需要绑定的游戏逻辑服 id- 返回:
- this
-
addLogicServerId
添加需要绑定的游戏逻辑服 id使用示例
new EndPointLogicServerMessage().addLogicServerId(Set.of("1-1", "5-1"));
- 参数:
idSet
- 需要绑定的游戏逻辑服 id Set- 返回:
- this
-