インターフェースの使用
org.springframework.graphql.ExecutionGraphQlRequest
ExecutionGraphQlRequest を使用するパッケージ
パッケージ
説明
GraphQL リクエストを処理するための最上位の抽象化。
GraphQL を構成および呼び出すための抽象化を含む、GraphQL リクエスト実行のサポート。 サーバーは、HTTP、WebSocket、RSocket を介して GraphQL リクエストを処理します。
Spring GraphQL のサポートクラス。
org.springframework.graphql 内の ExecutionGraphQlRequest 使用
型 ExecutionGraphQlRequest のパラメーターを持つ org.springframework.graphql のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<ExecutionGraphQlResponse> ExecutionGraphQlService.execute(ExecutionGraphQlRequest request) リクエストを実行し、レスポンスを返します。org.springframework.graphql.execution 内の ExecutionGraphQlRequest 使用
型 ExecutionGraphQlRequest のパラメーターを持つ org.springframework.graphql.execution のメソッド修飾子と型メソッド説明final reactor.core.publisher.Mono<ExecutionGraphQlResponse> DefaultExecutionGraphQlService.execute(ExecutionGraphQlRequest request) org.springframework.graphql.server 内の ExecutionGraphQlRequest 使用
修飾子と型クラス説明classRSocket を介したサーバー処理のためのGraphQlRequest実装。classHTTP または WebSocket を介したサーバー処理のためのGraphQlRequest実装。classサーバーが WebSocket リクエストを介して GraphQL を処理するためのWebGraphQlRequest拡張。org.springframework.graphql.support 内の ExecutionGraphQlRequest 使用