Spring Retry


Spring Retry

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Compile निर्भरता (2)

समूह / विरूपण साक्ष्य संस्करण नए संस्करण
org.springframework » spring-core 4.3.3.RELEASE 6.0.22
org.springframework » spring-context 4.3.3.RELEASE 6.0.22

Runtime निर्भरता (1)

समूह / विरूपण साक्ष्य संस्करण नए संस्करण
log4j » log4j 1.2.14 1.2.17

Test निर्भरता (7)