Uses of Interface
org.apache.curator.x.async.AsyncResult
-
Uses of AsyncResult in org.apache.curator.x.async
Modifier and TypeMethodDescriptionstatic <T> 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