See: Description
Interface | Description |
---|---|
Callback |
Callback interface that provides responses from the server.
|
ContextCallback<C> | Deprecated
since 6.7
|
ContextStream<C> | Deprecated
since 6.7
|
Registration |
A reference to a registered handler.
|
Stream |
An extension of
Callback that allows many callbacks for each call
context. |
Class | Description |
---|---|
Callback.Default |
Abstract default callback.
|
ContextCallback.Default<C> |
Abstract default callback.
|
ContextStream.Default<C> |
Abstract default callback.
|
ErrorReason |
Reason codes used to report error conditions.
|
Stream.Default |
Abstract default callback.
|
The interfaces in this package were added in release 5.1. The most
significant difference to the similar callbacks in
com.pushtechnology.client.features
is that the onDiscard
methods have been replaced with onError
methods
that take a ErrorReason
parameter, allowing better contextual error
handling.
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.