Uses of Interface
org.springframework.graphql.client.SyncGraphQlClientInterceptor
Packages that use SyncGraphQlClientInterceptor
-
Uses of SyncGraphQlClientInterceptor in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return SyncGraphQlClientInterceptorModifier and TypeMethodDescriptiondefault SyncGraphQlClientInterceptor
SyncGraphQlClientInterceptor.andThen
(SyncGraphQlClientInterceptor interceptor) Return a new interceptor that invokes the current interceptor first and then the one that is passed in.Methods in org.springframework.graphql.client with parameters of type SyncGraphQlClientInterceptorModifier and TypeMethodDescriptiondefault SyncGraphQlClientInterceptor
SyncGraphQlClientInterceptor.andThen
(SyncGraphQlClientInterceptor interceptor) Return a new interceptor that invokes the current interceptor first and then the one that is passed in.AbstractGraphQlClientSyncBuilder.interceptor
(SyncGraphQlClientInterceptor... interceptors) GraphQlClient.SyncBuilder.interceptor
(SyncGraphQlClientInterceptor... interceptors) Configure interceptors to be invoked before delegating to theSyncGraphQlTransport
to perform the request.Method parameters in org.springframework.graphql.client with type arguments of type SyncGraphQlClientInterceptorModifier and TypeMethodDescriptionAbstractGraphQlClientSyncBuilder.interceptors
(Consumer<List<SyncGraphQlClientInterceptor>> interceptorsConsumer) GraphQlClient.SyncBuilder.interceptors
(Consumer<List<SyncGraphQlClientInterceptor>> interceptorsConsumer) Customize the list of interceptors.