Uses of Interface
io.fluxcapacitor.common.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.fluxcapacitor.common
Methods in io.fluxcapacitor.common with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic <T> Backlog
<T> Backlog.forAsyncConsumer
(ThrowingFunction<List<T>, CompletableFuture<?>> consumer, int maxBatchSize, ErrorHandler<List<T>> errorHandler) Creates a backlog for an asynchronous consumer with custom max batch size and error handler.static <T> Backlog
<T> Backlog.forConsumer
(ThrowingConsumer<List<T>> consumer, int maxBatchSize, ErrorHandler<List<T>> errorHandler) Creates a backlog with custom max batch size and error handler.Constructors in io.fluxcapacitor.common with parameters of type ErrorHandlerModifierConstructorDescriptionprotected
Backlog
(ThrowingFunction<List<T>, CompletableFuture<?>> consumer, int maxBatchSize, ErrorHandler<List<T>> errorHandler)