Package org.apache.camel.impl.engine
Class CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
java.lang.Object
org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
org.apache.camel.impl.engine.CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
- All Implemented Interfaces:
org.apache.camel.spi.CamelInternalProcessorAdvice<org.apache.camel.spi.UnitOfWork>
- Enclosing class:
CamelInternalProcessor
public static class CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
extends CamelInternalProcessor.UnitOfWorkProcessorAdvice
Advice when an EIP uses the shareUnitOfWork functionality.
-
Constructor Summary
ConstructorsConstructorDescriptionChildUnitOfWorkProcessorAdvice(org.apache.camel.Route route, org.apache.camel.CamelContext camelContext, org.apache.camel.spi.UnitOfWork parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.spi.UnitOfWorkcreateUnitOfWork(org.apache.camel.Exchange exchange) Methods inherited from class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
after, beforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.CamelInternalProcessorAdvice
hasState
-
Constructor Details
-
ChildUnitOfWorkProcessorAdvice
public ChildUnitOfWorkProcessorAdvice(org.apache.camel.Route route, org.apache.camel.CamelContext camelContext, org.apache.camel.spi.UnitOfWork parent)
-
-
Method Details
-
createUnitOfWork
protected org.apache.camel.spi.UnitOfWork createUnitOfWork(org.apache.camel.Exchange exchange) - Overrides:
createUnitOfWorkin classCamelInternalProcessor.UnitOfWorkProcessorAdvice
-