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(Endpoint endpoint)
Provides an HTTP request executor for the query.
|
Executor<R> |
request(java.lang.String url)
Provides an HTTP request executor for the query.
|
Executor<R> |
request(java.util.function.Supplier<Requester<manifold.rt.api.Bindings>> requester)
Provides an HTTP request executor for the query.
|
getBindings, writeExecutor<R> request(java.lang.String url)
url - The endpoint of the request as a URL.Executor<R> request(Endpoint endpoint)
endpoint - The endpoint of the request as proxy-enabled URL.Executor<R> request(java.util.function.Supplier<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 © 2022. All rights reserved.