| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
AsyncSession |
Driver.asyncSession()
Create a new general purpose
AsyncSession with default session configuration. |
AsyncSession |
Driver.asyncSession(SessionConfig sessionConfig)
Create a new
AsyncSession with a specified session configuration. |