R
- response type@Deprecated public static interface MessagingControl.FilteredRequestCallback<R> extends Stream
Modifier and Type | Interface and Description |
---|---|
static class |
MessagingControl.FilteredRequestCallback.Default<R>
Deprecated.
Default implementation of
MessagingControl.FilteredRequestCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onResponse(SessionId sessionId,
R response)
Deprecated.
Called when a response has been received.
|
void |
onResponseError(SessionId sessionId,
Throwable throwable)
Deprecated.
Called when a response from a session results in an error.
|
Copyright © 2020 Push Technology Ltd. All Rights Reserved.