R
- response typepublic static interface Messaging.RequestHandler.Responder<R>
Modifier and Type | Method and Description |
---|---|
void |
reject(String message)
Reject a request.
|
void |
respond(R response)
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 © 2024 DiffusionData Ltd. All Rights Reserved.