Class TestConfig

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Configuration
    @EnableRetry
    public class TestConfig
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • TestConfig

        public TestConfig()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • remoteConfigRetryInterceptor

        @Bean("remoteConfigRetryTemplate")
        public static org.springframework.retry.support.RetryTemplate remoteConfigRetryInterceptor()