Package io.quarkus.neo4j.runtime
Class Neo4jConfiguration
java.lang.Object
io.quarkus.neo4j.runtime.Neo4jConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionio.quarkus.neo4j.runtime.Neo4jConfiguration.AuthenticationAuthentication.booleanIf the driver should use encrypted traffic.Configure the maximum time transactions are allowed to retry.io.quarkus.neo4j.runtime.Neo4jConfiguration.PoolConnection pool.io.quarkus.neo4j.runtime.Neo4jConfiguration.TrustSettingsConfigure trust settings for encrypted traffic.The uri this driver should connect to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
The uri this driver should connect to. The driver supports bolt, bolt+routing or neo4j as schemes. -
authentication
@ConfigItem @ConfigDocSection public io.quarkus.neo4j.runtime.Neo4jConfiguration.Authentication authenticationAuthentication. -
encrypted
@ConfigItem public boolean encryptedIf the driver should use encrypted traffic. -
trustSettings
@ConfigItem @ConfigDocSection public io.quarkus.neo4j.runtime.Neo4jConfiguration.TrustSettings trustSettingsConfigure trust settings for encrypted traffic. -
maxTransactionRetryTime
Configure the maximum time transactions are allowed to retry. -
pool
@ConfigItem @ConfigDocSection public io.quarkus.neo4j.runtime.Neo4jConfiguration.Pool poolConnection pool.
-
-
Constructor Details
-
Neo4jConfiguration
public Neo4jConfiguration()
-