Uses of Class
org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException
Packages that use OptimisticLockingAggregationRepository.OptimisticLockingException
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of OptimisticLockingAggregationRepository.OptimisticLockingException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw OptimisticLockingAggregationRepository.OptimisticLockingExceptionModifier and TypeMethodDescriptionOptimisticLockingAggregationRepository.add
(CamelContext camelContext, String key, Exchange oldExchange, Exchange newExchange) Add the givenExchange
under the correlation key.void
OptimisticLockingAggregationRepository.remove
(CamelContext camelContext, String key, Exchange exchange) Removes the given Exchange when both the supplied key and Exchange are present in the repository.