Uses of Class
org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException
Packages that use OptimisticLockingAggregationRepository.OptimisticLockingException
-
Uses of OptimisticLockingAggregationRepository.OptimisticLockingException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw OptimisticLockingAggregationRepository.OptimisticLockingExceptionModifier and TypeMethodDescription@Nullable ExchangeOptimisticLockingAggregationRepository.add(CamelContext camelContext, String key, @Nullable Exchange oldExchange, Exchange newExchange) Add the givenExchangeunder the correlation key.voidOptimisticLockingAggregationRepository.remove(CamelContext camelContext, String key, Exchange exchange) Removes the given Exchange when both the supplied key and Exchange are present in the repository.