Class SyncopeSRAApplication


  • @SpringBootApplication(proxyBeanMethods=false)
    @EnableConfigurationProperties(SRAProperties.class)
    public class SyncopeSRAApplication
    extends Object
    • Constructor Detail

      • SyncopeSRAApplication

        public SyncopeSRAApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
      • routeProvider

        @ConditionalOnMissingBean
        @Bean
        public RouteProvider routeProvider​(org.springframework.context.ConfigurableApplicationContext ctx,
                                           ServiceOps serviceOps,
                                           SRAProperties props)
      • routes

        @ConditionalOnMissingBean
        @Bean
        public org.springframework.cloud.gateway.route.RouteLocator routes​(@Qualifier("routeProvider")
                                                                           RouteProvider routeProvider)
      • sraSessionsActuatorEndpoint

        @ConditionalOnMissingBean
        @Bean
        public SRASessions sraSessionsActuatorEndpoint​(org.springframework.cache.CacheManager cacheManager)
      • syncopeSRAWebExceptionHandler

        @Bean
        public org.springframework.web.server.WebExceptionHandler syncopeSRAWebExceptionHandler​(@Qualifier("routeProvider")
                                                                                                RouteProvider routeProvider,
                                                                                                SRAProperties props)