Interface AsyncTransactionDeleteBuilder

All Superinterfaces:
AsyncPathable<CuratorOp>

public interface AsyncTransactionDeleteBuilder extends AsyncPathable<CuratorOp>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    withVersion(int version)
    Changes the version number used.

    Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable

    forPath
  • Method Details

    • withVersion

      AsyncPathable<CuratorOp> withVersion(int version)
      Changes the version number used. By default, -1 is used
      Parameters:
      version - version to use
      Returns:
      this