public static interface GraphQlClientInterceptor.SubscriptionChain
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ClientGraphQlResponse> |
next(ClientGraphQlRequest request)
Delegate to the rest of the chain to perform the request.
|
reactor.core.publisher.Flux<ClientGraphQlResponse> next(ClientGraphQlRequest request)
request
- the request to performFlux
with responsesGraphQlClient.RequestSpec.executeSubscription()