Uses of Interface
org.apache.camel.spi.UnitOfWork
Packages that use UnitOfWork
Package
Description
The core Camel API.
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 UnitOfWorkModifier and TypeMethodDescriptionExchange.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 UnitOfWorkModifier and TypeMethodDescriptionvoid
ExchangeExtension.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 UnitOfWorkModifier and TypeMethodDescriptionUnitOfWork.createChildUnitOfWork
(Exchange childExchange) Create a child unit of work, which is associated to this unit of work as its parent.UnitOfWorkFactory.createUnitOfWork
(Exchange exchange) Creates a newUnitOfWork
Methods in org.apache.camel.spi with parameters of type UnitOfWorkModifier and TypeMethodDescriptionInternalProcessorFactory.addChildUnitOfWorkProcessorAdvice
(CamelContext camelContext, Processor processor, Route route, UnitOfWork parent) void
UnitOfWork.setParentUnitOfWork
(UnitOfWork parentUnitOfWork) Sets the parent unit of work.