Class ZooKeeperOperation<ResultType>

java.lang.Object
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation<ResultType>
Direct Known Subclasses:
AnyOfOperations, CreateOperation, DeleteOperation, ExistsOperation, FutureEventDrivenOperation, GetChildrenOperation, GetDataOperation, SetDataOperation

public abstract class ZooKeeperOperation<ResultType> extends Object
ZooKeeperOperation is the base class for wrapping various ZooKeeper API instructions and callbacks into callable and composable operation objects.