Interface GraphQlClientInterceptor.Chain
- Enclosing interface:
- GraphQlClientInterceptor
public static interface GraphQlClientInterceptor.Chain
Contract to delegate to the rest of a non-blocking execution chain.
- 
Method SummaryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClientGraphQlResponse>next(ClientGraphQlRequest request) Delegate to the rest of the chain to perform the request.
- 
Method Details- 
nextDelegate to the rest of the chain to perform the request.- Parameters:
- request- the request to perform
- Returns:
- Monowith the response
- See Also:
 
 
-