Uses of Interface
org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Packages that use RoutedBoltConnectionParameters.Builder
-
Uses of RoutedBoltConnectionParameters.Builder in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return RoutedBoltConnectionParameters.BuilderModifier and TypeMethodDescriptionRoutedBoltConnectionParameters.builder()Returns a newRoutedBoltConnectionParameters.Builderinstance.RoutedBoltConnectionParameters.Builder.withAccessMode(AccessMode accessMode) Sets anAccessModethat the connection must support.RoutedBoltConnectionParameters.Builder.withAuthToken(AuthToken authToken) Sets anAuthTokenthat the given connection must use.RoutedBoltConnectionParameters.Builder.withBookmarks(Set<String> bookmarks) Sets routing bookmarks.RoutedBoltConnectionParameters.Builder.withDatabaseName(DatabaseName databaseName) Sets a database that the connection must lead to.RoutedBoltConnectionParameters.Builder.withDatabaseNameListener(Consumer<DatabaseName> databaseNameListener) Sets a database name consumer that will be notified with the database name used for the given connection.RoutedBoltConnectionParameters.Builder.withHomeDatabaseHint(String homeDatabaseHint) Sets a home database name hint.RoutedBoltConnectionParameters.Builder.withImpersonatedUser(String impersonatedUser) Sets impersonated user.RoutedBoltConnectionParameters.Builder.withMinVersion(BoltProtocolVersion minVersion) Sets an optional minimumBoltProtocolVersionthat the connection must support.