Uses of Interface
org.distributeme.core.concurrencycontrol.ConcurrencyControlStrategy
Packages that use ConcurrencyControlStrategy
-
Uses of ConcurrencyControlStrategy in org.distributeme.core
Methods in org.distributeme.core that return ConcurrencyControlStrategyModifier and TypeMethodDescriptionstatic final ConcurrencyControlStrategyDefaults.getDefaultConcurrencyControlStrategy()getDefaultConcurrencyControlStrategy. -
Uses of ConcurrencyControlStrategy in org.distributeme.core.concurrencycontrol
Classes in org.distributeme.core.concurrencycontrol that implement ConcurrencyControlStrategyModifier and TypeClassDescriptionclassBase implementation of a ConcurrencyControlStrategy which is not doing anything.classThis implementation of a concurrencycontrolstrategy is based on constants which are annotated to the target interface.classThis implementation of a concurrencycontrolstrategy is based on constants which are annotated to the target interface.classThis strategy implementation doesn't limit anything and is used as default concurrency control strategy.