johanhaleby / occurrent

Unintrusive Event Sourcing Library for the JVM
https://occurrent.org
124 stars 16 forks source link

Improve Kotlin support for RetryStrategy #135

Closed johanhaleby closed 1 year ago

johanhaleby commented 1 year ago

Currently, you have to do like this:

retry.execute(Supplier { } )
johanhaleby commented 1 year ago

Introduced exec