Uses of Interface
org.springframework.graphql.client.SyncGraphQlClientInterceptor
-
Uses of SyncGraphQlClientInterceptor in org.springframework.graphql.client
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionAbstractGraphQlClientSyncBuilder.interceptors
(Consumer<List<SyncGraphQlClientInterceptor>> interceptorsConsumer) GraphQlClient.SyncBuilder.interceptors
(Consumer<List<SyncGraphQlClientInterceptor>> interceptorsConsumer) Customize the list of interceptors.