Class Lock

java.lang.Object
io.vertx.rxjava3.core.shareddata.Lock
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class Lock extends Object implements io.vertx.lang.rx.RxDelegate
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.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<Lock> __TYPE_ARG
  • Constructor Details

    • Lock

      public Lock(Lock delegate)
    • Lock

      public Lock(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public Lock getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • release

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

      public static Lock newInstance(Lock arg)