Package org.apache.curator.x.async.api
Interface AsyncTransactionDeleteBuilder
-
- All Superinterfaces:
AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>
public interface AsyncTransactionDeleteBuilder extends AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>
- See Also:
AsyncTransactionOp.delete()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncPathable<org.apache.curator.framework.api.transaction.CuratorOp>withVersion(int version)Changes the version number used.-
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)
Changes the version number used. By default, -1 is used- Parameters:
version- version to use- Returns:
- this
-
-