Interface RetryAcceptor
- All Known Implementing Classes:
ExceptionRetryAcceptor
,SQLStateAcceptor
public interface RetryAcceptor
- Author:
- Matthew Tambara
-
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptException
(Throwable throwable, Map<String, String> propertyMap) boolean
acceptResult
(Object returnValue, Map<String, String> propertyMap)
-
Method Details
-
acceptException
-
acceptResult
-