@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>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SimpleReactiveDiscoveryClientAutoConfiguration.HealthConfiguration |
| Constructor and Description |
|---|
SimpleReactiveDiscoveryClientAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.boot.web.context.WebServerInitializedEvent webServerInitializedEvent) |
SimpleReactiveDiscoveryClient |
simpleReactiveDiscoveryClient(SimpleReactiveDiscoveryProperties properties) |
SimpleReactiveDiscoveryProperties |
simpleReactiveDiscoveryProperties() |
public SimpleReactiveDiscoveryClientAutoConfiguration()
@Bean public SimpleReactiveDiscoveryProperties simpleReactiveDiscoveryProperties()
@Bean @Order public SimpleReactiveDiscoveryClient simpleReactiveDiscoveryClient(SimpleReactiveDiscoveryProperties properties)
public void onApplicationEvent(org.springframework.boot.web.context.WebServerInitializedEvent webServerInitializedEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.web.context.WebServerInitializedEvent>Copyright © 2022 Pivotal Software, Inc.. All rights reserved.