public abstract class AbstractRetryOperationsInterceptorFactoryBean extends Object implements FactoryBean<Advice>
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
AbstractRetryOperationsInterceptorFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected MessageRecoverer |
getMessageRecoverer() |
protected org.springframework.retry.RetryOperations |
getRetryOperations() |
boolean |
isSingleton() |
void |
setMessageRecoverer(MessageRecoverer messageRecoverer) |
void |
setRetryOperations(org.springframework.retry.RetryOperations retryTemplate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObject, getObjectType
public AbstractRetryOperationsInterceptorFactoryBean()
public void setRetryOperations(org.springframework.retry.RetryOperations retryTemplate)
public void setMessageRecoverer(MessageRecoverer messageRecoverer)
protected org.springframework.retry.RetryOperations getRetryOperations()
protected MessageRecoverer getMessageRecoverer()
public boolean isSingleton()
isSingleton
in interface FactoryBean<Advice>