Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class SymfonyLockAdapter (1.48.1)

Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class SymfonyLockAdapter.

Symfony lock component adapter.

Methods

__construct

Parameter
NameDescription
lock Symfony\Component\Lock\LockInterface

acquire

Acquires a lock that will block until released.

Parameters
NameDescription
options array

Configuration options.

↳ blocking bool

Whether the process should block while waiting to acquire the lock. Defaults to true.

Returns
TypeDescription
bool

release

Releases the lock.