public static interface SubscriptionManager.Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onConnected() |
void |
onError(ApolloSubscriptionException error) |
void |
onNetworkError(java.lang.Throwable t) |
void |
onResponse(SubscriptionResponse<T> response) |
void |
onTerminated() |
void onResponse(@NotNull
SubscriptionResponse<T> response)
void onError(@NotNull
ApolloSubscriptionException error)
void onNetworkError(@NotNull
java.lang.Throwable t)
void onCompleted()
void onTerminated()
void onConnected()