Class SimpleUnitOfWorkFactory

java.lang.Object
org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
All Implemented Interfaces:
UnitOfWorkFactory

public class SimpleUnitOfWorkFactory extends Object implements UnitOfWorkFactory
Factory for creating simple UnitOfWork instances. This factory allows for the creation of UnitOfWork instances with a default configuration, which can be customized using a provided function.
Since:
5.0.0
Author:
Mateusz Nowak