Uses of Interface
org.apache.camel.spi.Synchronization
Packages that use Synchronization
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Synchronization in org.apache.camel
Methods in org.apache.camel that return types with arguments of type SynchronizationModifier and TypeMethodDescriptionExchangeExtension.handoverCompletions()
Handover all the on completions from this exchangeMethods in org.apache.camel with parameters of type SynchronizationModifier and TypeMethodDescriptionvoid
ExchangeExtension.addOnCompletion
(Synchronization onCompletion) Adds aSynchronization
to be invoked as callback when this exchange is completed.boolean
ExchangeExtension.containsOnCompletion
(Synchronization onCompletion) Checks if the passedSynchronization
instance is already contained on this exchange. -
Uses of Synchronization in org.apache.camel.spi
Subinterfaces of Synchronization in org.apache.camel.spiMethods in org.apache.camel.spi with parameters of type SynchronizationModifier and TypeMethodDescriptionvoid
UnitOfWork.addSynchronization
(Synchronization synchronization) Adds a synchronization hookboolean
UnitOfWork.containsSynchronization
(Synchronization synchronization) Checks if the passed synchronization hook is already part of this unit of work.void
UnitOfWork.removeSynchronization
(Synchronization synchronization) Removes a synchronization hookMethod parameters in org.apache.camel.spi with type arguments of type SynchronizationModifier and TypeMethodDescriptionvoid
UnitOfWork.handoverSynchronization
(Exchange target, Predicate<Synchronization> filter) Handover all the registered synchronizations to the targetExchange
.