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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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) voidorg.springframework.web.reactive.socket.WebSocketHandlerwebSocketHandler(RequestHandler requestHandler)
-
Constructor Details
-
BoostConfiguration
public BoostConfiguration()
-
-
Method Details
-
getWsPath
-
setWsPath
-
getInitSymbol
-
setInitSymbol
-
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)
-