ApolloInterceptorChain

ApolloInterceptorChain is responsible for building chain of ApolloInterceptor .

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun <D : Operation.Data?> proceed(@NotNull request: ApolloRequest<D>, @NotNull callBack: ApolloCallback<D>)
Passes the control over to the next ApolloInterceptor in the responsibility chain and immediately exits as this is a non-blocking call.