R - The query result type mirroring the fields and structure of the querypublic interface GqlQuery<R extends GqlQueryResult> extends GqlType
| Modifier and Type | Method and Description |
|---|---|
Executor<R> |
request(manifold.json.rt.api.Endpoint endpoint)
Provides an HTTP request executor for the query.
|
Executor<R> |
request(String url)
Provides an HTTP request executor for the query.
|
Executor<R> |
request(Supplier<manifold.json.rt.api.Requester<manifold.rt.api.Bindings>> requester)
Provides an HTTP request executor for the query.
|
Executor<R> request(String url)
url - The endpoint of the request as a URL.Executor<R> request(manifold.json.rt.api.Endpoint endpoint)
endpoint - The endpoint of the request as proxy-enabled URL.Executor<R> request(Supplier<manifold.json.rt.api.Requester<manifold.rt.api.Bindings>> requester)
requester - A callback allowing the caller to supply a Requester, typically to the request can be reused
across multiple query executions.Copyright © 2024. All rights reserved.