| Modifier and Type | Method and Description |
|---|---|
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 |
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.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.
|
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.