Class CuratorFrameworkFactoryBean

java.lang.Object
org.springframework.integration.zookeeper.config.CuratorFrameworkFactoryBean
All Implemented Interfaces:
FactoryBean<org.apache.curator.framework.CuratorFramework>, Lifecycle, Phased, SmartLifecycle

public class CuratorFrameworkFactoryBean
extends Object
implements FactoryBean<org.apache.curator.framework.CuratorFramework>, SmartLifecycle
A Spring-friendly way to build a CuratorFramework and implementing SmartLifecycle.
Since:
4.2
Author:
Gary Russell, Artem Bilan