Skip to content

dk900912/easy-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java support License Maven Central GitHub release GitHub Stars GitHub Forks GitHub issues GitHub Contributors GitHub repo size

How to use

RetryTemplate retryTemplate = RetryTemplate.builder()
        .maxAttempts(6)
        .exponentialBackoff(1000, 2, 10000)
        .retryOn(IllegalArgumentException.class)
        .build();
retryTemplate.execute(callback);

You are welcome to enjoy it

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages