Uses of Interface
org.apache.camel.spi.UnitOfWork
-
Packages that use UnitOfWork Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of UnitOfWork in org.apache.camel
Methods in org.apache.camel that return UnitOfWork Modifier and Type Method Description UnitOfWorkExchange. getUnitOfWork()Returns the unit of work that this exchange belongs to; which may map to zero, one or more physical transactionsMethods in org.apache.camel with parameters of type UnitOfWork Modifier and Type Method Description voidExtendedExchange. setUnitOfWork(UnitOfWork unitOfWork)Sets the unit of work that this exchange belongs to; which may map to zero, one or more physical transactions -
Uses of UnitOfWork in org.apache.camel.spi
Methods in org.apache.camel.spi that return UnitOfWork Modifier and Type Method Description UnitOfWorkUnitOfWork. createChildUnitOfWork(Exchange childExchange)Create a child unit of work, which is associated to this unit of work as its parent.UnitOfWorkUnitOfWorkFactory. createUnitOfWork(Exchange exchange)Creates a newUnitOfWorkMethods in org.apache.camel.spi with parameters of type UnitOfWork Modifier and Type Method Description InternalProcessorInternalProcessorFactory. addChildUnitOfWorkProcessorAdvice(CamelContext camelContext, Processor processor, Route route, UnitOfWork parent)voidUnitOfWork. setParentUnitOfWork(UnitOfWork parentUnitOfWork)Sets the parent unit of work.
-