Uses of Class
com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig
Packages that use ErrorRecoveryManager.RetryConfig
Package
Description
Utility classes and helper functions for D-Bus operations and internal framework use.
-
Uses of ErrorRecoveryManager.RetryConfig in com.lucimber.dbus.util
Methods in com.lucimber.dbus.util that return ErrorRecoveryManager.RetryConfigModifier and TypeMethodDescriptionErrorRecoveryManager.RetryConfig.Builder.build()
ErrorRecoveryManager.RetryConfig.defaultConfig()
Methods in com.lucimber.dbus.util with parameters of type ErrorRecoveryManager.RetryConfigModifier and TypeMethodDescriptionstatic Duration
ErrorRecoveryManager.calculateBackoffDelay
(int attempt, ErrorRecoveryManager.RetryConfig config) Calculates the next delay with exponential backoff and jitter.<T> CompletableFuture<T>
ErrorRecoveryManager.executeWithRetry
(Supplier<CompletableFuture<T>> operation, ErrorRecoveryManager.RetryConfig config) Executes an operation with retry logic using exponential backoff.