Class ZookeeperLockRegistry

java.lang.Object
org.springframework.integration.zookeeper.lock.ZookeeperLockRegistry
All Implemented Interfaces:
DisposableBean, ExpirableLockRegistry, LockRegistry

public class ZookeeperLockRegistry
extends Object
implements ExpirableLockRegistry, DisposableBean
ExpirableLockRegistry implementation using Zookeeper, or more specifically, Curator InterProcessMutex.
Since:
4.2
Author:
Gary Russell, Artem Bilan, Vedran Pavic, Unseok Kim