There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project provides non-blocking retry feature that can be attached to methods in Spring applications using annotations. The retry processing has two main implementations: 1) Thread pool task based implementation: Unlike Spring retry, this implementation doesn’t keep the task busing during the whole retry execution. 2)Quartz job based implementation: This implementation can provide clustering, load-balancing, fault-managing and execution persistence if configured with JDBC-JobStore