rholder / guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Apache License 2.0
1.43k stars 275 forks source link

Add type to RetryListener class #77

Open ellisjoe opened 7 years ago

ellisjoe commented 7 years ago

This allows lambdas to be used as RetryListeners

tzachz commented 7 years ago

+1 this would be very helpful!

tzachz commented 7 years ago

(resolves #62)