public final class SubscriptionResponse<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Collection<com.apollographql.apollo.cache.normalized.Record> |
cacheRecords |
com.apollographql.apollo.api.Response<T> |
response |
com.apollographql.apollo.api.Subscription<?,T,?> |
subscription |
| Constructor and Description |
|---|
SubscriptionResponse(com.apollographql.apollo.api.Subscription<?,T,?> subscription,
com.apollographql.apollo.api.Response<T> response,
java.util.Collection<com.apollographql.apollo.cache.normalized.Record> cacheRecords) |
@NotNull public final com.apollographql.apollo.api.Subscription<?,T,?> subscription
@NotNull public final com.apollographql.apollo.api.Response<T> response
@NotNull public final java.util.Collection<com.apollographql.apollo.cache.normalized.Record> cacheRecords