Class BoostConfiguration

java.lang.Object
org.msync.spring_boost.BoostConfiguration

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

    • BoostConfiguration

      public BoostConfiguration()
  • Method Details

    • getWsPath

      public String getWsPath()
    • setWsPath

      public void setWsPath(String wsPath)
    • getInitSymbol

      public String getInitSymbol()
    • setInitSymbol

      public void setInitSymbol(String initSymbol)
    • 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)