Class ImmutableConnectionContext

java.lang.Object
org.neo4j.driver.internal.async.ImmutableConnectionContext
All Implemented Interfaces:
ConnectionContext

public class ImmutableConnectionContext extends Object implements ConnectionContext
A Connection shall fulfil this ImmutableConnectionContext when acquired from a connection provider.
  • Constructor Details

    • ImmutableConnectionContext

      public ImmutableConnectionContext(org.neo4j.driver.internal.DatabaseName databaseName, Set<Bookmark> bookmarks, AccessMode mode)
  • Method Details