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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TforEnsemble()Commit the currently building operation and invoke ZooKeeper
-
-
-
Method Detail
-
forEnsemble
T forEnsemble()
Commit the currently building operation and invoke ZooKeeper- Returns:
- async stage
-
-