Interface AsyncStage<T>

  • All Superinterfaces:
    java.util.concurrent.CompletionStage<T>

    public interface AsyncStage<T>
    extends java.util.concurrent.CompletionStage<T>
    A CompletionStage that is the result of most operations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<org.apache.zookeeper.WatchedEvent> event()
      If the WatchableAsyncCuratorFramework facade is used (via AsyncCuratorFrameworkDsl.watched()), this returns the completion stage used when the watcher is triggered
      • Methods inherited from interface java.util.concurrent.CompletionStage

        acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, handle, handleAsync, handleAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, whenComplete, whenCompleteAsync, whenCompleteAsync