public static interface GraphQlClientInterceptor.Chain
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ClientGraphQlResponse> |
next(ClientGraphQlRequest request)
Delegate to the rest of the chain to perform the request.
|
reactor.core.publisher.Mono<ClientGraphQlResponse> next(ClientGraphQlRequest request)
request
- the request to performMono
with the responseGraphQlClient.RequestSpec.execute()