Class ConfigClientAutoConfiguration.ConfigClientFailFastListener

java.lang.Object
org.springframework.cloud.config.client.ConfigClientAutoConfiguration.ConfigClientFailFastListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
Enclosing class:
ConfigClientAutoConfiguration

@Configuration(proxyBeanMethods=false) protected class ConfigClientAutoConfiguration.ConfigClientFailFastListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
  • Constructor Details

    • ConfigClientFailFastListener

      protected ConfigClientFailFastListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>