Interface AsyncGetChildrenBuilder

All Superinterfaces:
AsyncPathable<AsyncStage<List<String>>>

public interface AsyncGetChildrenBuilder extends AsyncPathable<AsyncStage<List<String>>>
Builder for getChildren()
  • Method Details

    • storingStatIn

      AsyncPathable<AsyncStage<List<String>>> storingStatIn(org.apache.zookeeper.data.Stat stat)
      Have the operation fill the provided stat object
      Parameters:
      stat - the stat to have filled in
      Returns:
      this