public final class GraphAwareRuntimeFactory extends Object
GraphAwareRuntime. This should be the only way a runtime is created.| Modifier and Type | Method and Description |
|---|---|
static GraphAwareRuntime |
createRuntime(org.neo4j.graphdb.GraphDatabaseService database)
Create a runtime backed by a database using default runtime configuration.
|
static GraphAwareRuntime |
createRuntime(org.neo4j.graphdb.GraphDatabaseService database,
RuntimeConfiguration configuration)
Create a runtime backed by a database using specific runtime configuration.
|
public static GraphAwareRuntime createRuntime(org.neo4j.graphdb.GraphDatabaseService database)
The runtime only supports TimerDrivenModules if the database is a real transactional
(rather than batch) database, i.e., that it implements GraphDatabaseAPI.
database - backing the runtime.public static GraphAwareRuntime createRuntime(org.neo4j.graphdb.GraphDatabaseService database, RuntimeConfiguration configuration)
The runtime only supports TimerDrivenModules if the database is a real transactional
(rather than batch) database, i.e., that it implements GraphDatabaseAPI.
database - backing the runtime.configuration - custom configuration.Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.