Package org.apache.curator.x.async.api
Interface AsyncEnsemblable<T>
- All Known Subinterfaces:
AsyncGetConfigBuilder
public interface AsyncEnsemblable<T>
Terminal operation for config/reconfig builders
-
Method Summary
Modifier and TypeMethodDescriptionCommit the currently building operation and invoke ZooKeeper
-
Method Details
-
forEnsemble
T forEnsemble()Commit the currently building operation and invoke ZooKeeper- Returns:
- async stage
-