Package org.msync.spring_boost
Class BoostConfiguration
- java.lang.Object
-
- org.msync.spring_boost.BoostConfiguration
-
@Configuration @ConfigurationProperties(prefix="clojure-component") public class BoostConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description BoostConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInitSymbol()StringgetWsPath()org.springframework.web.reactive.HandlerMappinghandlerMapping(org.springframework.web.reactive.socket.WebSocketHandler webSocketHandler)org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>route(RequestHandler requestHandler, org.msync.spring_boost.Boost boost)voidsetInitSymbol(String initSymbol)voidsetWsPath(String wsPath)org.springframework.web.reactive.socket.WebSocketHandlerwebSocketHandler(RequestHandler requestHandler)
-
-
-
Method Detail
-
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)
-
-