Uses of Class
io.fluxzero.common.RetryStatus
Packages that use RetryStatus
-
Uses of RetryStatus in io.fluxzero.common
Methods in io.fluxzero.common that return RetryStatusModifier and TypeMethodDescriptionRetryStatus.afterRetry(Throwable exception) Produces a newRetryStatusbased on this one, incrementing the retry count and updating the exception.Methods in io.fluxzero.common with parameters of type RetryStatusModifier and TypeMethodDescriptionRetryConfiguration.resolveDelay(RetryStatus status) Resolves the delay duration for the next retry attempt based on the providedRetryStatus. -
Uses of RetryStatus in io.fluxzero.sdk.common.websocket
Methods in io.fluxzero.sdk.common.websocket with parameters of type RetryStatusModifier and TypeMethodDescriptionprotected voidAbstractWebsocketClient.logConnectionRetryStatus(URI endpointUri, RetryStatus status) protected voidAbstractWebsocketClient.logSuccessfulReconnect(URI endpointUri, RetryStatus status)