Class ZookeeperMetadataStore

java.lang.Object
org.springframework.integration.zookeeper.metadata.ZookeeperMetadataStore
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle, ConcurrentMetadataStore, ListenableMetadataStore, MetadataStore

public class ZookeeperMetadataStore
extends Object
implements ListenableMetadataStore, SmartLifecycle
Zookeeper-based ListenableMetadataStore based on a Zookeeper node. Values are stored in the children node, the names of which are stored as keys.
Since:
4.2
Author:
Marius Bogoevici, Gary Russell, Artem Bilan