Interface GraphQlClientInterceptor.Chain
- Enclosing interface:
- GraphQlClientInterceptor
public static interface GraphQlClientInterceptor.Chain
Contract to delegate to the rest of a non-blocking execution chain.
-
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:
Mono
with the response- See Also:
-