Package uk.gov.gchq.gaffer.rest.config
Class GremlinConfig
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.config.GremlinConfig
-
@Configuration public class GremlinConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description GremlinConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GafferPopGraph
gafferPopGraph(GraphFactory graphFactory)
Long
requestTimeout(GraphFactory graphFactory)
-
-
-
Method Detail
-
gafferPopGraph
@Bean public GafferPopGraph gafferPopGraph(GraphFactory graphFactory)
-
requestTimeout
@Bean public Long requestTimeout(GraphFactory graphFactory)
-
-