Interface WebGraphQlInterceptor.Chain

Enclosing interface:
WebGraphQlInterceptor

public static interface WebGraphQlInterceptor.Chain
Contract for delegation to the rest of the chain.
Since:
1.0.0
Author:
Rossen Stoyanchev
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<WebGraphQlResponse>
    Delegate to the rest of the chain to execute the request.
  • Method Details

    • next

      reactor.core.publisher.Mono<WebGraphQlResponse> next(WebGraphQlRequest request)
      Delegate to the rest of the chain to execute the request.
      Parameters:
      request - the request to execute the ExecutionInput for GraphQL.
      Returns:
      Mono with the response