Interface RSocketGraphQlInterceptor.Chain
- Enclosing interface:
RSocketGraphQlInterceptor
public static interface RSocketGraphQlInterceptor.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<RSocketGraphQlResponse> next(RSocketGraphQlRequest 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 theExecutionInputforGraphQL.- Returns:
Monowith the response
-