インターフェース WebGraphQlInterceptor.Chain
- 含まれているインターフェース:
WebGraphQlInterceptor
public static interface WebGraphQlInterceptor.Chain
残りの チェーンへの委譲契約。
- 導入:
- 1.0.0
- 作成者:
- Rossen Stoyanchev
方法の概要
修飾子と型メソッド説明reactor.core.publisher.Mono<WebGraphQlResponse> next(WebGraphQlRequest request) 残りの チェーンに委譲して、リクエストを実行します。
メソッドの詳細
next
残りの チェーンに委譲して、リクエストを実行します。- パラメーター:
request-GraphQLに対してExecutionInputを実行するリクエスト。- 戻り値:
- レスポンスのある
Mono