Uses of Interface
org.apache.camel.util.function.ThrowingConsumer
Packages that use ThrowingConsumer
-
Uses of ThrowingConsumer in org.apache.camel.util.function
Methods in org.apache.camel.util.function with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionThrowingHelper.wrapAsConsumer(ThrowingConsumer<I, T> consumer) Wrap aThrowingConsumerto a standardConsumerby throwing aRuntimeExceptionin case of an exception is thrown by the delegated consumer.