Class RemoteClientConfiguration
- java.lang.Object
- org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
 - @Configuration @EnableConfigurationProperties(DevToolsProperties.class) public class RemoteClientConfiguration extends Object implements org.springframework.beans.factory.InitializingBean Configuration used to connect to remote Spring Boot applications.- Since:
- 1.3.0
- See Also:
- RemoteSpringApplication
 
- Constructor Summary- Constructors - Constructor - Description - RemoteClientConfiguration(DevToolsProperties properties)
 - Method Summary- All Methods Static Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- afterPropertiesSet()- org.springframework.http.client.ClientHttpRequestFactory- clientHttpRequestFactory()- static org.springframework.context.support.PropertySourcesPlaceholderConfigurer- propertySourcesPlaceholderConfigurer()
 
- Constructor Detail- RemoteClientConfiguration- public RemoteClientConfiguration(DevToolsProperties properties) 
 
 - Method Detail- propertySourcesPlaceholderConfigurer- @Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() 
 - clientHttpRequestFactory- @Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory() 
 - afterPropertiesSet- public void afterPropertiesSet() - Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean