Uses of Interface
org.springframework.graphql.client.GraphQlClientInterceptor
Packages that use GraphQlClientInterceptor
-
Uses of GraphQlClientInterceptor in org.springframework.graphql.client
Subinterfaces of GraphQlClientInterceptor in org.springframework.graphql.clientModifier and TypeInterfaceDescriptioninterface
An extension ofGraphQlClientInterceptor
with additional methods to for WebSocket interception points.Methods in org.springframework.graphql.client that return GraphQlClientInterceptorModifier and TypeMethodDescriptiondefault GraphQlClientInterceptor
GraphQlClientInterceptor.andThen
(GraphQlClientInterceptor interceptor) Return a newGraphQlClientInterceptor
that invokes the current interceptor first and then the one that is passed in.Methods in org.springframework.graphql.client that return types with arguments of type GraphQlClientInterceptorModifier and TypeMethodDescriptionprotected List<GraphQlClientInterceptor>
AbstractGraphQlClientBuilder.getInterceptors()
Return the configured interceptors.Methods in org.springframework.graphql.client with parameters of type GraphQlClientInterceptorModifier and TypeMethodDescriptiondefault GraphQlClientInterceptor
GraphQlClientInterceptor.andThen
(GraphQlClientInterceptor interceptor) Return a newGraphQlClientInterceptor
that invokes the current interceptor first and then the one that is passed in.AbstractGraphQlClientBuilder.interceptor
(GraphQlClientInterceptor... interceptors) GraphQlClient.Builder.interceptor
(GraphQlClientInterceptor... interceptors) Configure interceptors to be invoked before delegating to theGraphQlTransport
to perform the request.Method parameters in org.springframework.graphql.client with type arguments of type GraphQlClientInterceptorModifier and TypeMethodDescriptionAbstractGraphQlClientBuilder.interceptors
(Consumer<List<GraphQlClientInterceptor>> interceptorsConsumer) GraphQlClient.Builder.interceptors
(Consumer<List<GraphQlClientInterceptor>> interceptorsConsumer) Customize the list of interceptors.