Package org.hglteam.config.remote
Class TestConfig
- java.lang.Object
-
- org.hglteam.config.remote.TestConfig
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Configuration @EnableRetry public class TestConfig extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description TestConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()static org.springframework.retry.support.RetryTemplateremoteConfigRetryInterceptor()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
remoteConfigRetryInterceptor
@Bean("remoteConfigRetryTemplate") public static org.springframework.retry.support.RetryTemplate remoteConfigRetryInterceptor()
-
-