Uses of Interface
io.fluxzero.sdk.tracking.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.fluxzero.sdk.tracking
Classes in io.fluxzero.sdk.tracking that implement ErrorHandlerModifier and TypeClassDescriptionclassA specializedRetryingErrorHandlerthat retries failed operations indefinitely until they succeed.classThe defaultErrorHandlerimplementation used by Fluxzero consumers.classAnErrorHandlerimplementation that retries failed operations a configurable number of times, with optional propagation or suppression of unrecoverable errors.classAnErrorHandlerimplementation that suppresses all processing errors and allows message tracking to continue.classAnErrorHandlerimplementation that forcefully halts message tracking by throwing any encountered errors.