public class AppSyncComplexObjectsInterceptor
extends java.lang.Object
implements com.apollographql.apollo.interceptor.ApolloInterceptor
com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack, com.apollographql.apollo.interceptor.ApolloInterceptor.FetchSourceType, com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest, com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorResponse| Constructor and Description |
|---|
AppSyncComplexObjectsInterceptor(com.apollographql.apollo.api.S3ObjectManager s3ObjectManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
interceptAsync(com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest request,
com.apollographql.apollo.interceptor.ApolloInterceptorChain chain,
java.util.concurrent.Executor dispatcher,
com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack callBack) |
public AppSyncComplexObjectsInterceptor(com.apollographql.apollo.api.S3ObjectManager s3ObjectManager)
public void interceptAsync(@Nonnull
com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest request,
@Nonnull
com.apollographql.apollo.interceptor.ApolloInterceptorChain chain,
@Nonnull
java.util.concurrent.Executor dispatcher,
@Nonnull
com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack callBack)
interceptAsync in interface com.apollographql.apollo.interceptor.ApolloInterceptorpublic void dispose()
dispose in interface com.apollographql.apollo.interceptor.ApolloInterceptor