Skip to content

Instantly share code, notes, and snippets.

@HVHO
Created December 5, 2021 08:09
Show Gist options
  • Save HVHO/922cf53e07e9eaef30e3174fbea7ab73 to your computer and use it in GitHub Desktop.
Save HVHO/922cf53e07e9eaef30e3174fbea7ab73 to your computer and use it in GitHub Desktop.
@Service
class RetryableService {
@Retryable
fun run() : Unit {
action()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment