CacheMissLoggingInterceptor

class CacheMissLoggingInterceptor(log: (String) -> Unit) : ApolloInterceptor

Constructors

Link copied to clipboard
fun CacheMissLoggingInterceptor(log: (String) -> Unit)

Functions

Link copied to clipboard
open override fun <D : Operation.Data> intercept(request: ApolloRequest<D>, chain: ApolloInterceptorChain): Flow<ApolloResponse<D>>