retryable-starter β
Logging Retry Listener β
An implementation of [RetryListener] that logs each failed retry attempt.
This component hooks into the retry mechanism to provide a trace for any occurring errors. On each failure of a retryable operation, it logs a message containing the attempt count and the captured exception.
@see RetryListener
Class: com.drinkit.retryable.LoggingRetryListener
Methods (4)
close()onError()onSuccess()open()
Generated automatically from code annotations