public static class CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice extends CamelInternalProcessor.UnitOfWorkProcessorAdvice
| Constructor and Description |
|---|
ChildUnitOfWorkProcessorAdvice(org.apache.camel.Route route,
org.apache.camel.CamelContext camelContext,
org.apache.camel.spi.UnitOfWork parent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.spi.UnitOfWork |
createUnitOfWork(org.apache.camel.Exchange exchange) |
after, beforepublic ChildUnitOfWorkProcessorAdvice(org.apache.camel.Route route,
org.apache.camel.CamelContext camelContext,
org.apache.camel.spi.UnitOfWork parent)
protected org.apache.camel.spi.UnitOfWork createUnitOfWork(org.apache.camel.Exchange exchange)
createUnitOfWork in class CamelInternalProcessor.UnitOfWorkProcessorAdviceApache Camel