Micronaut Neo4j Configuration Reference
Every documented configuration property of Micronaut Neo4j, with types, descriptions, and defaults.
25 properties across 1 section
Micronaut Neo4j Bolt Config Properties
Configuration properties for Neo4jBoltConfiguration
| Property | Type | Description |
|---|---|---|
neo4j.uri | java.net.URI | Set a single {@link URI}. |
neo4j.retry-count | int | Default value (3). |
neo4j.retry-delay | java.time.Duration | Default value (1). |
neo4j.username | java.lang.String | The username |
neo4j.password | java.lang.String | The password |
Configuration properties for Config$ConfigBuilder
| Property | Type | Description |
|---|---|---|
neo4j.leaked-sessions-logging | boolean | |
neo4j.connection-liveness-check-timeout | java.time.Duration | |
neo4j.max-connection-lifetime | java.time.Duration | |
neo4j.max-connection-pool-size | int | |
neo4j.connection-acquisition-timeout | java.time.Duration | |
neo4j.encryption | boolean | |
neo4j.trust-strategy | org.neo4j.driver.Config$TrustStrategy | |
neo4j.routing-table-purge-delay | java.time.Duration | |
neo4j.fetch-size | long | |
neo4j.connection-timeout | java.time.Duration | |
neo4j.max-transaction-retry-time | java.time.Duration | |
neo4j.resolver | org.neo4j.driver.net.ServerAddressResolver | |
neo4j.observation-provider | org.neo4j.driver.observation.ObservationProvider | |
neo4j.event-loop-threads | int | |
neo4j.user-agent | java.lang.String | |
neo4j.minimum-notification-severity | org.neo4j.driver.NotificationSeverity | |
neo4j.disabled-notification-classifications | java.util.Set | |
neo4j.telemetry-disabled | boolean | |
neo4j.try-tcp-fast-open | boolean | |
neo4j.auto-commit-retries-disabled | boolean |
No properties match this filter.