failsafe-lib / failsafe

Fault tolerance and resilience patterns for the JVM
https://failsafe.dev
Apache License 2.0
4.17k stars 296 forks source link

Execution.record methods should return a result #330

Open jhalterman opened 2 years ago

jhalterman commented 2 years ago

The Execution.record methods should return a result. This will allow Fallback results to be communicated back to an Execution caller.