Interface SyncGraphQlClientInterceptor.Chain
- Enclosing interface:
- SyncGraphQlClientInterceptor
public static interface SyncGraphQlClientInterceptor.Chain
Contract to delegate to the rest of a blocking execution chain.
- 
Method SummaryModifier and TypeMethodDescriptionnext(ClientGraphQlRequest request) Delegate to the rest of the chain to perform the request.
- 
Method Details- 
nextDelegate to the rest of the chain to perform the request.- Parameters:
- request- the request to perform
- Returns:
- the GraphQL response
- Throws:
- GraphQlTransportException- in case of errors due to transport or other issues related to encoding and decoding the request and response.
- See Also:
 
 
-