Uses of Interface
io.fluxcapacitor.common.ThrowingConsumer
Packages that use ThrowingConsumer
Package
Description
-
Uses of ThrowingConsumer in io.fluxcapacitor.common
Methods in io.fluxcapacitor.common that return ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer
<T> ThrowingConsumer.andThen
(@NonNull ThrowingConsumer<? super T> after) Returns a composed consumer that performs, in sequence, this operation followed by theafter
operation.Methods in io.fluxcapacitor.common with parameters of type ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer
<T> ThrowingConsumer.andThen
(@NonNull ThrowingConsumer<? super T> after) Returns a composed consumer that performs, in sequence, this operation followed by theafter
operation.static <T> Consumer
<T> ObjectUtils.asConsumer
(ThrowingConsumer<T> consumer) static <T> Backlog
<T> Backlog.forConsumer
(ThrowingConsumer<List<T>> consumer) Creates a new backlog for a synchronous consumer and default batch size and default logging error handler.static <T> Backlog
<T> Backlog.forConsumer
(ThrowingConsumer<List<T>> consumer, int maxBatchSize) Creates a backlog with custom max batch size and default logging 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. -
Uses of ThrowingConsumer in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient with parameters of type ThrowingConsumerModifier and TypeMethodDescriptiondefault void
FluxCapacitor.execute
(ThrowingConsumer<FluxCapacitor> task) Executes the given task with this Flux Capacitor set as current threadlocal instance. -
Uses of ThrowingConsumer in io.fluxcapacitor.javaclient.common.serialization
Methods in io.fluxcapacitor.javaclient.common.serialization with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionstatic void
DeserializingMessage.whenBatchCompletes
(ThrowingConsumer<Throwable> executable) -
Uses of ThrowingConsumer in io.fluxcapacitor.javaclient.common.serialization.jackson
Methods in io.fluxcapacitor.javaclient.common.serialization.jackson with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionvoid
JacksonContentFilter.FilteringSerializer.serializeAndThen
(Object input, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, ThrowingConsumer<Object> followUp) Invokes the content filter if available and serializes the filtered result.