Interface ConcurrentTaskModificationResolver
-
- All Known Implementing Classes:
DefaultConcurrentTaskModificationResolver,UseStorageProviderTaskConcurrentTaskModificationResolver
public interface ConcurrentTaskModificationResolverClass responsible for resolving ConcurrentTaskModificationExceptions.Concurrent Task Modifications can occur if: - you are updating tasks (e.g. deleting or scheduling) that are already being processed by Carrot - there is a bug in the StorageProvider
See
DefaultConcurrentTaskModificationResolverandUseStorageProviderTaskConcurrentTaskModificationResolverfor implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresolve(ConcurrentTaskModificationException e)
-
-
-
Method Detail
-
resolve
void resolve(ConcurrentTaskModificationException e)
-
-