Class SubscriptionResponse<T>
- java.lang.Object
-
- com.apollographql.apollo.internal.subscription.SubscriptionResponse<T>
-
public final class SubscriptionResponse<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Collection<com.apollographql.apollo.cache.normalized.Record>cacheRecordscom.apollographql.apollo.api.Response<T>responsecom.apollographql.apollo.api.Subscription<?,T,?>subscription
-
Constructor Summary
Constructors Constructor 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)
-
-
-
Field Detail
-
subscription
@NotNull public final com.apollographql.apollo.api.Subscription<?,T,?> subscription
-
response
@NotNull public final com.apollographql.apollo.api.Response<T> response
-
cacheRecords
@NotNull public final java.util.Collection<com.apollographql.apollo.cache.normalized.Record> cacheRecords
-
-