Uses of Interface
org.springframework.graphql.client.GraphQlClientInterceptor.SubscriptionChain
-
Uses of GraphQlClientInterceptor.SubscriptionChain in org.springframework.graphql.client
Modifier 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
.