Class BuggerConfiguration


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

      • BuggerConfiguration

        public BuggerConfiguration()
    • Method Detail

      • 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,
                                                                                                                                                      Bugger bugger)
      • 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)