org.springframework.amqp.rabbit.config
Class AbstractRetryOperationsInterceptorFactoryBean
java.lang.Object
org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<org.aopalliance.aop.Advice>
- Direct Known Subclasses:
- StatefulRetryOperationsInterceptorFactoryBean, StatelessRetryOperationsInterceptorFactoryBean
public abstract class AbstractRetryOperationsInterceptorFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean<org.aopalliance.aop.Advice>
Convenient base class for interceptor factories.
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.beans.factory.FactoryBean |
getObject, getObjectType |
AbstractRetryOperationsInterceptorFactoryBean
public AbstractRetryOperationsInterceptorFactoryBean()
setRetryOperations
public void setRetryOperations(org.springframework.retry.RetryOperations retryTemplate)
setMessageRecoverer
public void setMessageRecoverer(MessageRecoverer messageRecoverer)
getRetryOperations
protected org.springframework.retry.RetryOperations getRetryOperations()
getMessageRecoverer
protected MessageRecoverer getMessageRecoverer()
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.aopalliance.aop.Advice>