DefaultInterceptorChain

Constructors

Link copied to clipboard
constructor(interceptors: ArrayList<ApolloInterceptor>, index: Int, disposable: DefaultApolloDisposable)

Functions

Link copied to clipboard
Link copied to clipboard
open 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.