Interface Lockable


  • public interface Lockable
    The Lockable interface is used for managing exclusive access to thread-safe classes.
    Author:
    bbc 2021.12.06
    • Method Detail

      • exclusively

        default Lockable.Unlockable exclusively()
        Suggest to this Lockable that the caller requires exclusive access until close is called on the returned AutoCloseable.

        Note: the caller must call close on the returned object

        Returns:
        an AutoCloseable object that requires close to be called on it when exclusive access is no longer needed