releaseLock abstract method

Future releaseLock(
  1. String? correlationId,
  2. String key
)

Releases prevously acquired lock by its key.

  • correlationId (optional) transaction id to trace execution through call chain.
  • key a unique lock key to release. Return Future that receives error or null for success.

Implementation

Future releaseLock(String? correlationId, String key);