Modifier and Type | Interface and Description |
---|---|
static interface |
Messaging.RequestStream.Responder<R>
Responder interface to dispatch responses to requests.
|
Stream.Default
Modifier and Type | Method and Description |
---|---|
void |
onRequest(String path,
T request,
Messaging.RequestStream.Responder<R> responder)
Called to indicate a request has been received.
|
void onRequest(String path, T request, Messaging.RequestStream.Responder<R> responder)
path
- path the request was sent onrequest
- request that was receivedresponder
- responder to dispatch a response back to the
requesterCopyright © 2024 DiffusionData Ltd. All Rights Reserved.