Uses of Class
io.gs2.gateway.result.SetUserIdResult
Packages that use SetUserIdResult
-
Uses of SetUserIdResult in io.gs2.gateway
Methods in io.gs2.gateway that return SetUserIdResultModifier and TypeMethodDescriptionGs2GatewayRestClient.setUserId(SetUserIdRequest request) Gs2GatewayWebSocketClient.setUserId(SetUserIdRequest request) Method parameters in io.gs2.gateway with type arguments of type SetUserIdResultModifier and TypeMethodDescriptionvoidGs2GatewayRestClient.setUserIdAsync(SetUserIdRequest request, AsyncAction<AsyncResult<SetUserIdResult>> callback) voidGs2GatewayWebSocketClient.setUserIdAsync(SetUserIdRequest request, AsyncAction<AsyncResult<SetUserIdResult>> callback) -
Uses of SetUserIdResult in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return SetUserIdResultModifier and TypeMethodDescriptionstatic SetUserIdResultSetUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) SetUserIdResult.withItem(WebSocketSession item)