Uses of Interface
org.axonframework.common.function.ThrowingFunction
Packages that use ThrowingFunction
Package
Description
-
Uses of ThrowingFunction in org.axonframework.common.jdbc
Methods in org.axonframework.common.jdbc with parameters of type ThrowingFunctionModifier and TypeMethodDescription<R> CompletableFuture<R> ConnectionExecutor.apply(ThrowingFunction<Connection, R, Exception> function) -
Uses of ThrowingFunction in org.axonframework.common.jpa
Methods in org.axonframework.common.jpa with parameters of type ThrowingFunctionModifier and TypeMethodDescription<R> CompletableFuture<R> EntityManagerExecutor.apply(ThrowingFunction<jakarta.persistence.EntityManager, R, Exception> function) -
Uses of ThrowingFunction in org.axonframework.common.tx
Methods in org.axonframework.common.tx with parameters of type ThrowingFunctionModifier and TypeMethodDescription<R> CompletableFuture<R> TransactionalExecutor.apply(ThrowingFunction<T, R, Exception> function) Executes a transactional operation that returns a result.