Uses of Interface
org.springframework.graphql.client.GraphQlClientInterceptor.SubscriptionChain
Packages that use GraphQlClientInterceptor.SubscriptionChain
-
Uses of GraphQlClientInterceptor.SubscriptionChain in org.springframework.graphql.client
Methods in org.springframework.graphql.client with parameters of type GraphQlClientInterceptor.SubscriptionChainModifier and TypeMethodDescriptiondefault reactor.core.publisher.Flux
<ClientGraphQlResponse> GraphQlClientInterceptor.interceptSubscription
(ClientGraphQlRequest request, GraphQlClientInterceptor.SubscriptionChain chain) Intercept a subscription request and delegate to the rest of the chain including other interceptors followed by theGraphQlTransport
.