Interface Cancelable
-
- All Known Subinterfaces:
ApolloCall<T>,ApolloMutationCall<T>,ApolloPrefetch,ApolloQueryCall<T>,ApolloQueryWatcher<T>,ApolloSubscriptionCall<T>
- All Known Implementing Classes:
RealApolloCall,RealApolloPrefetch,RealApolloSubscriptionCall
public interface CancelableRepresents an operation which can be canceled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancels the operation.booleanisCanceled()Checks if this operation has been canceled.
-