Uses of Interface
org.apache.curator.x.async.AsyncResult
-
Packages that use AsyncResult Package Description org.apache.curator.x.async org.apache.curator.x.async.details -
-
Uses of AsyncResult in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return types with arguments of type AsyncResult Modifier and Type Method Description static <T> java.util.concurrent.CompletionStage<AsyncResult<T>>AsyncResult. of(AsyncStage<T> stage)Return a new stage that wraps an async stage into a result-style completion stage. -
Uses of AsyncResult in org.apache.curator.x.async.details
Classes in org.apache.curator.x.async.details that implement AsyncResult Modifier and Type Class Description classAsyncResultImpl<T>
-