Package org.openiam.config
Class GremlinConfiguration
- java.lang.Object
-
- org.openiam.config.GremlinConfiguration
-
@Configuration @PropertySources(@PropertySource(ignoreResourceNotFound=true,value="file:${confpath}/conf/properties/gremlin.properties",factory=OpeniamPropertySourceFactory.class)) public class GremlinConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description GremlinConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractGraphIdProvider
graphIdProvider()
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
gremlinClient()
-
-
-
Method Detail
-
gremlinClient
@Bean public org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource gremlinClient()
-
graphIdProvider
@Bean public AbstractGraphIdProvider graphIdProvider()
-
-