Uses of Class
org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshProperties
-
Packages that use RefreshAutoConfiguration.RefreshProperties Package Description org.springframework.cloud.autoconfigure org.springframework.cloud.context.refresh -
-
Uses of RefreshAutoConfiguration.RefreshProperties in org.springframework.cloud.autoconfigure
Methods in org.springframework.cloud.autoconfigure with parameters of type RefreshAutoConfiguration.RefreshProperties 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 RefreshAutoConfiguration.RefreshProperties in org.springframework.cloud.context.refresh
Constructors in org.springframework.cloud.context.refresh with parameters of type RefreshAutoConfiguration.RefreshProperties Constructor Description ConfigDataContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)ContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)
-