public class DefaultUnitOfWorkFactory extends Object implements org.apache.camel.spi.UnitOfWorkFactory
UnitOfWorkFactory| Constructor and Description |
|---|
DefaultUnitOfWorkFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesConfigured(org.apache.camel.CamelContext camelContext) |
org.apache.camel.spi.UnitOfWork |
createUnitOfWork(org.apache.camel.Exchange exchange) |
void |
warmup(org.slf4j.Logger log) |
public void warmup(org.slf4j.Logger log)
warmup in interface org.apache.camel.spi.UnitOfWorkFactorypublic org.apache.camel.spi.UnitOfWork createUnitOfWork(org.apache.camel.Exchange exchange)
createUnitOfWork in interface org.apache.camel.spi.UnitOfWorkFactorypublic void afterPropertiesConfigured(org.apache.camel.CamelContext camelContext)
afterPropertiesConfigured in interface org.apache.camel.AfterPropertiesConfiguredafterPropertiesConfigured in interface org.apache.camel.spi.UnitOfWorkFactoryApache Camel