public interface ConnectionPool extends Closeable
Modifier and Type | Method and Description |
---|---|
Connection |
connection() |
Connection |
createConnection(HostDescription host) |
void |
setJwt(String jwt) |
Connection createConnection(HostDescription host)
Connection connection()
void setJwt(String jwt)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.