Class 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 Detail

      • GremlinWebSocketConfig

        @Autowired
        public GremlinWebSocketConfig​(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g,
                                      AbstractUserFactory userFactory,
                                      Long requestTimeout)
    • Method Detail

      • registerWebSocketHandlers

        public void registerWebSocketHandlers​(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
        Specified by:
        registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer