Uses of Class
com.arangodb.Request
Packages that use Request
-
Uses of Request in com.arangodb
Methods in com.arangodb that return RequestMethods in com.arangodb with parameters of type RequestModifier and TypeMethodDescription<T> Response<T>
Execute custom requests.<T> CompletableFuture<Response<T>>
Asynchronous version ofArangoDB.execute(Request, Class)
-
Uses of Request in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type RequestModifier and TypeMethodDescription<T> CompletableFuture<Response<T>>
<T> Response<T>
protected InternalRequest
InternalArangoDB.executeRequest
(Request<?> request)