Package 

Class CaptureApolloInterceptor

  • All Implemented Interfaces:
    com.apollographql.apollo.interceptor.ApolloInterceptor

    
    public final class CaptureApolloInterceptor
     implements ApolloInterceptor
                        

    An ApolloInterceptor that logs request and response events to the Capture.Logger.

    • Method Summary

      Modifier and Type Method Description
      <D extends Operation.Data> Flow<ApolloResponse<D>> intercept(ApolloRequest<D> request, ApolloInterceptorChain chain)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaptureApolloInterceptor

        CaptureApolloInterceptor()
    • Method Detail

      • intercept

         <D extends Operation.Data> Flow<ApolloResponse<D>> intercept(ApolloRequest<D> request, ApolloInterceptorChain chain)