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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
-
Constructor Details
-
ConfigClientFailFastListener
protected ConfigClientFailFastListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
-