Interface AllowedConcurrentStateChange
-
- All Known Implementing Classes:
AbstractAllowedConcurrentStateChange,DeletedWhileEnqueuedConcurrentStateChange,DeletedWhileFailedConcurrentStateChange,DeletedWhileProcessingConcurrentStateChange,DeletedWhileScheduledConcurrentStateChange,DeletedWhileSucceededConcurrentStateChange,PermanentlyDeletedWhileProcessingConcurrentStateChange
public interface AllowedConcurrentStateChange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanmatches(StateName localState, StateName storageProviderState)default booleanmatches(Task localTask, Task storageProviderTask)ConcurrentTaskModificationResolveResultresolve(Task localTask, Task storageProviderTask)
-