@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.cloud.context.environment.EnvironmentManager.class) @ConditionalOnBean(value=org.springframework.cloud.context.environment.EnvironmentManager.class) protected static class BusAutoConfiguration.BusEnvironmentConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BusAutoConfiguration.BusEnvironmentConfiguration.EnvironmentBusEndpointConfiguration |
| Modifier | Constructor and Description |
|---|---|
protected |
BusEnvironmentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentChangeListener |
environmentChangeListener() |
@Bean
@ConditionalOnProperty(value="spring.cloud.bus.env.enabled",
matchIfMissing=true)
public EnvironmentChangeListener environmentChangeListener()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.