R - response typepublic static interface Messaging.FilteredRequestCallback<R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Messaging.FilteredRequestCallback.Default<R>
Default implementation of
Messaging.FilteredRequestCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(SessionId sessionId,
R response)
Called when a response has been received.
|
void |
onResponseError(SessionId sessionId,
Throwable throwable)
Called when a response from a session results in an error.
|
Copyright © 2025 DiffusionData Limited. All rights reserved.