releaseLock method

Future releaseLock (String correlationId 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.