Uses of Interface
io.fluxzero.common.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.fluxzero.common
Methods in io.fluxzero.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.fluxzero.common with parameters of type ErrorHandlerModifierConstructorDescriptionprotectedBacklog(ThrowingFunction<List<T>, CompletableFuture<?>> consumer, int maxBatchSize, ErrorHandler<List<T>> errorHandler)