Interface WebGraphQlInterceptor.Chain
- Enclosing interface:
WebGraphQlInterceptor
public static interface WebGraphQlInterceptor.Chain
Contract for delegation to the rest of the chain.
- Since:
- 1.0.0
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<WebGraphQlResponse> next
(WebGraphQlRequest request) Delegate to the rest of the chain to execute the request.
-
Method Details
-
next
Delegate to the rest of the chain to execute the request.- Parameters:
request
- the request to execute theExecutionInput
forGraphQL
.- Returns:
Mono
with the response
-