Uses of Class
org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException
-
Packages that use OptimisticLockingAggregationRepository.OptimisticLockingException Package Description org.apache.camel.spi 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.OptimisticLockingException Modifier and Type Method Description ExchangeOptimisticLockingAggregationRepository. add(CamelContext camelContext, String key, 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.
-