Class MonitoringClientAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
de.adorsys.bg.monitoring.client.MonitoringClientAutoConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration
@EnableConfigurationProperties(MonitoringClientProperties.class)
@ConditionalOnProperty(name="bg.monitoring.client.enabled",
                       havingValue="true")
public class MonitoringClientAutoConfiguration
extends org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

    org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration, org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator, org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
  • Constructor Summary

    Constructors 
    Constructor Description
    MonitoringClientAutoConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    void addInterceptors​(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)  
    void extendHandlerExceptionResolvers​(List<org.springframework.web.servlet.HandlerExceptionResolver> resolvers)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
  • Constructor Details

  • Method Details

    • addInterceptors

      public void addInterceptors​(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      Specified by:
      addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • extendHandlerExceptionResolvers

      public void extendHandlerExceptionResolvers​(List<org.springframework.web.servlet.HandlerExceptionResolver> resolvers)
      Specified by:
      extendHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer