Class BoostConfiguration


  • @Configuration
    @ConfigurationProperties(prefix="clojure-component")
    public class BoostConfiguration
    extends Object
    • Constructor Detail

      • BoostConfiguration

        public BoostConfiguration()
    • Method Detail

      • getWsPath

        public String getWsPath()
      • setWsPath

        public void setWsPath​(String wsPath)
      • getAppInitSymbol

        public String getAppInitSymbol()
      • setAppInitSymbol

        public void setAppInitSymbol​(String appInitSymbol)
      • route

        @Bean
        public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> route​(RequestHandler requestHandler,
                                                                                                                                                      org.msync.spring_boost.Boost boost)
      • webSocketHandler

        @Bean
        public org.springframework.web.reactive.socket.WebSocketHandler webSocketHandler​(RequestHandler requestHandler)
      • handlerMapping

        @Bean
        public org.springframework.web.reactive.HandlerMapping handlerMapping​(org.springframework.web.reactive.socket.WebSocketHandler webSocketHandler)