Uses of Interface
io.fluxcapacitor.javaclient.tracking.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.fluxcapacitor.javaclient.tracking
Classes in io.fluxcapacitor.javaclient.tracking that implement ErrorHandlerModifier and TypeClassDescriptionclass
A specializedRetryingErrorHandler
that retries failed operations indefinitely until they succeed.class
The defaultErrorHandler
implementation used by Flux Capacitor consumers.class
AnErrorHandler
implementation that retries failed operations a configurable number of times, with optional propagation or suppression of unrecoverable errors.class
AnErrorHandler
implementation that suppresses all processing errors and allows message tracking to continue.class
AnErrorHandler
implementation that forcefully halts message tracking by throwing any encountered errors.