Class GetChildrenOperation

java.lang.Object
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation<List<String>>
org.apache.camel.component.zookeeper.operations.GetChildrenOperation

public class GetChildrenOperation extends ZooKeeperOperation<List<String>>
GetChildrenOperation is a basic ZooKeeper operation used to retrieve the list of children belonging to a given ZooKeeper node.