Uses of Class
org.springframework.cloud.context.scope.refresh.RefreshScope
-
Packages that use RefreshScope Package Description org.springframework.cloud.autoconfigure org.springframework.cloud.context.refresh org.springframework.cloud.health -
-
Uses of RefreshScope in org.springframework.cloud.autoconfigure
Methods in org.springframework.cloud.autoconfigure that return RefreshScope Modifier and Type Method Description static RefreshScopeRefreshAutoConfiguration. refreshScope()Methods in org.springframework.cloud.autoconfigure with parameters of type RefreshScope Modifier and Type Method Description ConfigDataContextRefresherRefreshAutoConfiguration. configDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)LegacyContextRefresherRefreshAutoConfiguration. 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 RefreshScope Modifier and Type Method Description protected RefreshScopeContextRefresher. getScope()Constructors in org.springframework.cloud.context.refresh with parameters of type RefreshScope Constructor Description ConfigDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope)Deprecated.ConfigDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)ContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope)Deprecated.ContextRefresher(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 RefreshScope Constructor Description RefreshScopeHealthIndicator(org.springframework.beans.factory.ObjectProvider<RefreshScope> scope, ConfigurationPropertiesRebinder rebinder)
-