Interface AsyncGetConfigBuilder

All Superinterfaces:
AsyncEnsemblable<AsyncStage<byte[]>>

public interface AsyncGetConfigBuilder extends AsyncEnsemblable<AsyncStage<byte[]>>
Builder for getConfig()
  • Method Details

    • storingStatIn

      AsyncEnsemblable<AsyncStage<byte[]>> 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