R
- response typeMessaging.RequestStream.Responder
.@Deprecated public static interface MessagingControl.RequestHandler.Responder<R>
Modifier and Type | Method and Description |
---|---|
void |
reject(String message)
Deprecated.
Reject a request.
|
void |
respond(R response)
Deprecated.
Dispatch a response to a request.
|
void respond(R response)
response
- the responsevoid reject(String message)
message
- context message to be contained in the rejection.RejectedRequestException
Copyright © 2020 Push Technology Ltd. All Rights Reserved.