org.springframework.amqp.rabbit.config
Class AbstractRetryOperationsInterceptorFactoryBean
java.lang.Object
org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
- All Implemented Interfaces:
- FactoryBean<org.aopalliance.aop.Advice>
- Direct Known Subclasses:
- StatefulRetryOperationsInterceptorFactoryBean, StatelessRetryOperationsInterceptorFactoryBean
public abstract class AbstractRetryOperationsInterceptorFactoryBean
- extends Object
- implements 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 |
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 FactoryBean<org.aopalliance.aop.Advice>
Copyright © 2011. All Rights Reserved.