kaccelero
Toggle table of contents
0.6.4
common
Platform filter
common
Switch theme
Search in API
kaccelero
messaging-amqp
/
dev.kaccelero.commons.messaging
/
MessagingService
/
tryWithAttempts
try
With
Attempts
open
suspend
fun
tryWithAttempts
(
attempts
:
Int
=
3
,
delay
:
Long
=
5000
,
block
:
suspend
(
)
->
Unit
)