3 Repos
Java SDKs and wrappers for backend services.
Explore 3 awesome GitHub repositories matching part of an awesome list · Java Libraries. Refine with filters or upvote what's useful.
Spring Retry is a Java library that provides exception handling, automated operation reattempts, backoff strategies, and recovery mechanisms for application workflows. It handles transient operation failures through declarative annotations, programmatic templates, stateful context storage, and fallback recovery paths. The library controls retry behavior by specifying attempt counts, timeouts, and inclusion or exclusion rules for specific exception types. It pauses execution between attempts using fixed, exponential, or randomized backoff intervals, and caches retry state outside the call stac
Provides a Java library for handling transient operation failures through automated reattempts and fallback paths.
Java wrapper for API endpoints.