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 Type
    Method
    Description
    reactor.core.publisher.Mono<ClientGraphQlResponse>
    Delegate to the rest of the chain to perform the request.