Skip to content

Instantly share code, notes, and snippets.

@HVHO
Created December 5, 2021 13:56
Show Gist options
  • Save HVHO/98ac24dc7a162b4127b7a1339069131d to your computer and use it in GitHub Desktop.
Save HVHO/98ac24dc7a162b4127b7a1339069131d to your computer and use it in GitHub Desktop.
@Retryable(include = [RuntimeException::class, IllegalStateException::class])
fun doWithRetry() {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment