Package org.hglteam.config.remote
Class RemoteConfiguration
- java.lang.Object
-
- org.hglteam.config.remote.RemoteConfiguration
-
@Configuration @Deprecated public class RemoteConfiguration extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description RemoteConfiguration()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RemoteConfigObjectFactoryremoteConfigObjectFactory()Deprecated.static RemoteConfigRestClientremoteConfigRestClient(RemoteConfigRestServiceProperties properties, org.springframework.web.client.RestTemplate restTemplate, RemoteConfigObjectFactory remoteConfigObjectFactory)Deprecated.static RemoteConfigRestServicePropertiesremoteConfigRestServiceProperties(org.springframework.core.env.Environment environment)Deprecated.static org.springframework.context.support.PropertySourcesPlaceholderConfigurerremotePropertySource(org.springframework.context.ConfigurableApplicationContext configurableContext, RemoteConfigServiceClient client)Deprecated.static org.springframework.web.client.RestTemplaterestTemplate(RemoteConfigServiceProperties properties)Deprecated.
-
-
-
Method Detail
-
remoteConfigRestServiceProperties
@Bean @Conditional(NoRemoteConfigServicePropertiesDefined.class) public static RemoteConfigRestServiceProperties remoteConfigRestServiceProperties(org.springframework.core.env.Environment environment)
Deprecated.
-
restTemplate
@Bean("remoteConfigRestTemplate") @Conditional(NoRemoteConfigRestTemplateDefined.class) public static org.springframework.web.client.RestTemplate restTemplate(RemoteConfigServiceProperties properties)Deprecated.
-
remoteConfigObjectFactory
@Bean @Conditional(NoRemoteConfigObjectFactoryDefined.class) public static RemoteConfigObjectFactory remoteConfigObjectFactory()
Deprecated.
-
remoteConfigRestClient
@Bean @Conditional(NoRemoteConfigServiceClientDefined.class) public static RemoteConfigRestClient remoteConfigRestClient(RemoteConfigRestServiceProperties properties, @Qualifier("remoteConfigRestTemplate") org.springframework.web.client.RestTemplate restTemplate, RemoteConfigObjectFactory remoteConfigObjectFactory)
Deprecated.
-
remotePropertySource
@Bean @Order(0) public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer remotePropertySource(org.springframework.context.ConfigurableApplicationContext configurableContext, RemoteConfigServiceClient client)Deprecated.
-
-