io.helidon.integrations.neo4j.Neo4j
Description
Main entry point for Neo4j support for Helidon
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
idle-time-before-connection-test | Duration | PT1MS | Set idle time |
certificate | Path | Set certificate path | |
max-connection-pool-size | Integer | 100 | Set pool size |
hostname-verification-enabled | Boolean | Enable hostname verification | |
metrics-enabled | Boolean | Enable metrics | |
trust-strategy | TrustStrategy | Set trust strategy | |
uri | String | Create uri | |
connection-acquisition-timeout | Duration | PT1M | Set connection acquisition timeout |
authentication-enabled | Boolean | true | Enable authentication |
password | String | Create password | |
encrypted | Boolean | Enable encrypted field | |
log-leaked-sessions | Boolean | Enable log leaked sessions | |
max-connection-lifetime | Duration | PT5H | Set max life time |
username | String | Create username |
See the manifest for all available types.