Interface RSocketGraphQlInterceptor.Chain

Enclosing interface:
RSocketGraphQlInterceptor

public static interface RSocketGraphQlInterceptor.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<RSocketGraphQlResponse>
    Delegate to the rest of the chain to execute the request.
  • Method Details

    • next

      reactor.core.publisher.Mono<RSocketGraphQlResponse> next(RSocketGraphQlRequest 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