- All Implemented Interfaces:
- EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.web.context.WebServerInitializedEvent>
@Configuration(proxyBeanMethods=false)
@ConditionalOnDiscoveryEnabled
@ConditionalOnReactiveDiscoveryEnabled
@EnableConfigurationProperties(value=DiscoveryClientHealthIndicatorProperties.class)
@AutoConfigureBefore(value=ReactiveCommonsClientAutoConfiguration.class)
@AutoConfigureAfter(value=ReactiveCompositeDiscoveryClientAutoConfiguration.class)
public class SimpleReactiveDiscoveryClientAutoConfiguration
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.web.context.WebServerInitializedEvent>
Spring Boot auto-configuration for simple properties-based reactive discovery client.
- Since:
- 2.2.0
- Author:
- Tim Ysewyn, Charu Covindane