Package | Description |
---|---|
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
ArangoRouteAsync |
ArangoDatabaseAsync.route(String... path)
Returns a new
ArangoRouteAsync instance for the given path (relative to the database) that can be used to
perform arbitrary requests. |
ArangoRouteAsync |
ArangoRouteAsync.route(String... path)
Returns a new
ArangoRouteAsync instance for the given path (relative to the current route) that can be
used to perform arbitrary requests. |
ArangoRouteAsync |
ArangoRouteAsync.withBody(Object body)
The response body.
|
ArangoRouteAsync |
ArangoRouteAsync.withHeader(String key,
Object value)
Header that should be sent with each request to the route.
|
ArangoRouteAsync |
ArangoRouteAsync.withQueryParam(String key,
Object value)
Query parameter that should be sent with each request to the route.
|
Modifier and Type | Class and Description |
---|---|
class |
ArangoRouteAsyncImpl |
Modifier and Type | Method and Description |
---|---|
ArangoRouteAsync |
ArangoDatabaseAsyncImpl.route(String... path) |
ArangoRouteAsync |
ArangoRouteAsyncImpl.route(String... path) |
ArangoRouteAsync |
ArangoRouteAsyncImpl.withBody(Object body) |
ArangoRouteAsync |
ArangoRouteAsyncImpl.withHeader(String key,
Object value) |
ArangoRouteAsync |
ArangoRouteAsyncImpl.withQueryParam(String key,
Object value) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.