Uses of Class
org.springframework.cloud.context.scope.refresh.RefreshScope
Packages that use RefreshScope
Package
Description
-
Uses of RefreshScope in org.springframework.cloud.autoconfigure
Methods in org.springframework.cloud.autoconfigure that return RefreshScopeMethods in org.springframework.cloud.autoconfigure with parameters of type RefreshScopeModifier and TypeMethodDescriptionRefreshAutoConfiguration.configDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) RefreshAutoConfiguration.legacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) -
Uses of RefreshScope in org.springframework.cloud.context.refresh
Methods in org.springframework.cloud.context.refresh that return RefreshScopeConstructors in org.springframework.cloud.context.refresh with parameters of type RefreshScopeModifierConstructorDescriptionConfigDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope) Deprecated.ConfigDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) protectedContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope) Deprecated.protectedContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope) Deprecated.LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) -
Uses of RefreshScope in org.springframework.cloud.health
Constructor parameters in org.springframework.cloud.health with type arguments of type RefreshScopeModifierConstructorDescriptionRefreshScopeHealthIndicator(org.springframework.beans.factory.ObjectProvider<RefreshScope> scope, ConfigurationPropertiesRebinder rebinder)