public interface UnitOfWorkFactory extends AfterPropertiesConfigured
UnitOfWork.| Modifier and Type | Method and Description |
|---|---|
default void |
afterPropertiesConfigured(CamelContext camelContext)
Callback invoked after the element have configured its properties.
|
UnitOfWork |
createUnitOfWork(Exchange exchange)
Creates a new
UnitOfWork |
UnitOfWork createUnitOfWork(Exchange exchange)
UnitOfWorkexchange - the exchangeUnitOfWorkdefault void afterPropertiesConfigured(CamelContext camelContext)
AfterPropertiesConfiguredafterPropertiesConfigured in interface AfterPropertiesConfiguredcamelContext - the Camel ContextApache Camel