Interface GraphQlClientInterceptor.SubscriptionChain
- Enclosing interface:
GraphQlClientInterceptor
public static interface GraphQlClientInterceptor.SubscriptionChain
Contract for delegation of subscription requests to the rest of the chain.
- Since:
- 1.0.0
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<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:
Fluxwith responses- See Also:
-