- All Implemented Interfaces:
- EventListener, org.springframework.context.ApplicationListener<org.springframework.cloud.context.environment.EnvironmentChangeEvent>
- Enclosing class:
- CseAutoConfiguration
@Configuration
@ConditionalOnProperty(value="archaius.propagate.environmentChangedEvent",
matchIfMissing=true)
@ConditionalOnClass(value=org.springframework.cloud.context.environment.EnvironmentChangeEvent.class)
protected static class CseAutoConfiguration.PropagateEventsConfiguration
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.cloud.context.environment.EnvironmentChangeEvent>