Interface UnitOfWorkFactory

All Superinterfaces:
AfterPropertiesConfigured

public interface UnitOfWorkFactory extends AfterPropertiesConfigured
Factory to create UnitOfWork. IMPORTANT: Implementing a custom UnitOfWorkFactory is only intended for very rare and special use-cases. The created UnitOfWork is highly recommended to extend org.apache.camel.impl.engine.DefaultUnitOfWork to ensure Camel functionality works correctly during routing of Exchanges.