Uses of Class
org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException

Packages that use OptimisticLockingAggregationRepository.OptimisticLockingException
org.apache.camel.spi Service Provider Interfaces used internally 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
 Exchange OptimisticLockingAggregationRepository.add(CamelContext camelContext, String key, Exchange oldExchange, Exchange newExchange)
          Add the given Exchange 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.
 



Apache Camel