Uses of Class
io.gs2.gateway.result.SendNotificationResult
Packages that use SendNotificationResult
-
Uses of SendNotificationResult in io.gs2.gateway
Methods in io.gs2.gateway that return SendNotificationResultModifier and TypeMethodDescriptionGs2GatewayRestClient.sendNotification(SendNotificationRequest request) Gs2GatewayWebSocketClient.sendNotification(SendNotificationRequest request) Method parameters in io.gs2.gateway with type arguments of type SendNotificationResultModifier and TypeMethodDescriptionvoidGs2GatewayRestClient.sendNotificationAsync(SendNotificationRequest request, AsyncAction<AsyncResult<SendNotificationResult>> callback) voidGs2GatewayWebSocketClient.sendNotificationAsync(SendNotificationRequest request, AsyncAction<AsyncResult<SendNotificationResult>> callback) -
Uses of SendNotificationResult in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return SendNotificationResultModifier and TypeMethodDescriptionstatic SendNotificationResultSendNotificationResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) SendNotificationResult.withProtocol(String protocol)