R - response class typepublic static interface Messaging.RequestStream.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.RejectedRequestExceptionCopyright © 2025 DiffusionData Limited. All rights reserved.