Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Lock

An asynchronous exclusive lock which can be obtained from any node in the cluster.

When the lock is obtained, no-one else in the cluster can obtain the lock with the same name until the lock is released.

Hierarchy

  • Lock

Index

Methods

Methods

release

  • release(): void
  • Release the lock. Once the lock is released another will be able to obtain the lock.

    Returns void

Generated using TypeDoc