Uses of Interface
org.springframework.graphql.client.GraphQlClientInterceptor
Package
Description
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.GraphQL client testing support.
-
Uses of GraphQlClientInterceptor in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptioninterface
An extension ofGraphQlClientInterceptor
with additional methods to for WebSocket interception points.Modifier and TypeMethodDescriptiondefault GraphQlClientInterceptor
GraphQlClientInterceptor.andThen
(GraphQlClientInterceptor interceptor) Return a new interceptor that invokes the current interceptor first and then the one that is passed in.Modifier and TypeMethodDescriptionprotected List<GraphQlClientInterceptor>
AbstractGraphQlClientBuilder.getInterceptors()
Return the configured interceptors.Modifier and TypeMethodDescriptiondefault GraphQlClientInterceptor
GraphQlClientInterceptor.andThen
(GraphQlClientInterceptor interceptor) Return a new interceptor 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.Modifier and TypeMethodDescriptionAbstractGraphQlClientBuilder.interceptors
(Consumer<List<GraphQlClientInterceptor>> interceptorsConsumer) GraphQlClient.Builder.interceptors
(Consumer<List<GraphQlClientInterceptor>> interceptorsConsumer) Customize the list of interceptors. -
Uses of GraphQlClientInterceptor in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionWebSocketGraphQlTester.Builder.interceptor
(GraphQlClientInterceptor... interceptors) Configure interceptors to be invoked before delegating to theGraphQlTransport
to perform the request.Modifier and TypeMethodDescriptionWebSocketGraphQlTester.Builder.interceptors
(Consumer<List<GraphQlClientInterceptor>> interceptorsConsumer) Customize the list of interceptors.