Uses of Class
io.microsphere.spring.config.env.event.PropertySourceChangedEvent
-
Packages that use PropertySourceChangedEvent Package Description io.microsphere.spring.config.env.event -
-
Uses of PropertySourceChangedEvent in io.microsphere.spring.config.env.event
Methods in io.microsphere.spring.config.env.event that return PropertySourceChangedEvent Modifier and Type Method Description static PropertySourceChangedEvent
PropertySourceChangedEvent. added(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource newPropertySource)
Create anadded
instancestatic PropertySourceChangedEvent
PropertySourceChangedEvent. removed(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource oldPropertySource)
Create anremoved
instancestatic PropertySourceChangedEvent
PropertySourceChangedEvent. replaced(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource newPropertySource, org.springframework.core.env.PropertySource oldPropertySource)
Create anreplaced
instanceMethods in io.microsphere.spring.config.env.event that return types with arguments of type PropertySourceChangedEvent Modifier and Type Method Description java.util.List<PropertySourceChangedEvent>
PropertySourcesChangedEvent. getSubEvents()
Method parameters in io.microsphere.spring.config.env.event with type arguments of type PropertySourceChangedEvent Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>
PropertySourcesChangedEvent. getProperties(java.util.function.Function<PropertySourceChangedEvent,org.springframework.core.env.PropertySource> propertySourceGetter, java.util.function.Function<org.springframework.core.env.PropertySource,java.util.Map<java.lang.String,java.lang.Object>> propertiesGenerator, PropertySourceChangedEvent.Kind... kinds)
Constructors in io.microsphere.spring.config.env.event with parameters of type PropertySourceChangedEvent Constructor Description PropertySourcesChangedEvent(org.springframework.context.ApplicationContext source, PropertySourceChangedEvent... subEvents)
Constructor parameters in io.microsphere.spring.config.env.event with type arguments of type PropertySourceChangedEvent Constructor Description PropertySourcesChangedEvent(org.springframework.context.ApplicationContext source, java.util.List<PropertySourceChangedEvent> subEvents)
-