Uses of Interface
org.axonframework.common.function.ThrowingConsumer
Packages that use ThrowingConsumer
-
Uses of ThrowingConsumer in org.axonframework.common.tx
Methods in org.axonframework.common.tx with parameters of type ThrowingConsumerModifier and TypeMethodDescriptiondefault CompletableFuture<Void> TransactionalExecutor.accept(ThrowingConsumer<T, Exception> consumer) Executes a transactional operation that does not return a result.