Package org.apache.curator.x.async.api
Interface AsyncTransactionCheckBuilder
-
- All Superinterfaces:
AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>
public interface AsyncTransactionCheckBuilder extends AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>
- See Also:
AsyncTransactionOp.check()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>withVersion(int version)Use the given version (the default is -1)-
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
-
-
-
Method Detail
-
withVersion
AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp> withVersion(int version)
Use the given version (the default is -1)- Parameters:
version- version to use- Returns:
- this
-
-