async-retry
· 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:
- Thread pool task based implementation: Unlike Spring retry, this implementation doesn’t keep the task busing during the whole retry execution.
- Quartz job based implementation: This implementation can provide clustering, load-balancing, fault-managing and execution persistence if configured with JDBC-JobStore
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window async-retry-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.