Package uk.gov.gchq.gaffer.rest.config
Class GremlinWebSocketConfig
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.config.GremlinWebSocketConfig
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration @EnableWebSocket public class GremlinWebSocketConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
-
Constructor Summary
Constructors Constructor Description GremlinWebSocketConfig(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, AbstractUserFactory userFactory, Long requestTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
-
-
-
Constructor Detail
-
GremlinWebSocketConfig
@Autowired public GremlinWebSocketConfig(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, AbstractUserFactory userFactory, Long requestTimeout)
-
-