Class AbstractRetryOperationsInterceptorFactoryBean

    • Constructor Detail

      • AbstractRetryOperationsInterceptorFactoryBean

        public AbstractRetryOperationsInterceptorFactoryBean()
    • Method Detail

      • setRetryOperations

        public void setRetryOperations​(org.springframework.retry.RetryOperations retryTemplate)
      • setMessageRecoverer

        public void setMessageRecoverer​(MessageRecoverer messageRecoverer)
      • getRetryOperations

        protected org.springframework.retry.RetryOperations getRetryOperations()
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<org.aopalliance.aop.Advice>