Uses of Interface
org.apache.camel.spi.UnitOfWork
Packages that use UnitOfWork
-
Uses of UnitOfWork in org.apache.camel
Methods in org.apache.camel that return UnitOfWorkModifier and TypeMethodDescription@Nullable 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 UnitOfWorkModifier and TypeMethodDescriptionvoidExchangeExtension.setUnitOfWork(@Nullable 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 newUnitOfWorkMethods in org.apache.camel.spi with parameters of type UnitOfWorkModifier and TypeMethodDescriptionvoidUnitOfWork.setParentUnitOfWork(UnitOfWork parentUnitOfWork) Sets the parent unit of work.