public interface AppSyncSubscriptionCall<T> extends Cancelable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppSyncSubscriptionCall.Callback<T> |
static interface |
AppSyncSubscriptionCall.Factory |
| Modifier and Type | Method and Description |
|---|---|
AppSyncSubscriptionCall<T> |
clone() |
void |
execute(AppSyncSubscriptionCall.Callback<T> callback) |
cancel, isCanceledvoid execute(@Nonnull
AppSyncSubscriptionCall.Callback<T> callback)
AppSyncSubscriptionCall<T> clone()