Interface GraphQlClientInterceptor.SubscriptionChain

Enclosing interface:
GraphQlClientInterceptor

public static interface GraphQlClientInterceptor.SubscriptionChain
Contract for delegation of subscription requests to the rest of the chain.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<ClientGraphQlResponse>
    Delegate to the rest of the chain to perform the request.