Interface AsyncTransactionCheckBuilder

All Superinterfaces:
AsyncPathable<CuratorOp>

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

    Modifier and Type
    Method
    Description
    withVersion(int version)
    Use the given version (the default is -1)

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

    forPath
  • Method Details

    • withVersion

      AsyncPathable<CuratorOp> withVersion(int version)
      Use the given version (the default is -1)
      Parameters:
      version - version to use
      Returns:
      this