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