Package org.bonitasoft.engine.api.impl
Annotation Interface WithLock
Used to identify tenant-level API methods that require taking a functional
lock when they are called. When the lock with this key is already taken by
another call, the API method will fail immediately.
Used by the Bonita Engine server interceptor.
-
Required Element Summary
Required Elements
-
Element Details
-
key
String keyA unique key to identify the lock (non-null)
-