public interface OptimisticLockingListener
DbOperationType.UPDATE or DbOperationType.DELETE
could not be performed.| Modifier and Type | Method and Description |
|---|---|
void |
failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking.
|
Class<? extends DbEntity> |
getEntityType()
The type of the entity for which this listener should be notified.
|
Class<? extends DbEntity> getEntityType()
void failedOperation(DbOperation operation)
operation - the failed operation.Copyright © 2013–2019 camunda services GmbH. All rights reserved.