Class DefaultRetryHandler.RetryOperation<T>
- java.lang.Object
-
- com.rabbitmq.client.impl.recovery.DefaultRetryHandler.RetryOperation<T>
-
- Enclosing class:
- DefaultRetryHandler
public abstract static class DefaultRetryHandler.RetryOperation<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description RetryOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description <V> DefaultRetryHandler.RetryOperation<V>
andThen(DefaultRetryHandler.RetryOperation<V> after)
abstract T
call(RetryContext context)
-
-
-
Method Detail
-
call
public abstract T call(RetryContext context) throws Exception
- Throws:
Exception
-
andThen
public <V> DefaultRetryHandler.RetryOperation<V> andThen(DefaultRetryHandler.RetryOperation<V> after)
-
-