Interface KeyAwareLockListener


public interface KeyAwareLockListener
A listener for KeyAwareLockPromise.

This event contains the key that the lock owner is try to acquire.

Since:
8.0
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(Object key, LockState state)
    Invoked when the lock is available.