Uses of Interface
org.apache.curator.x.async.AsyncResult
Packages that use AsyncResult
-
Uses of AsyncResult in org.apache.curator.x.async
Methods in org.apache.curator.x.async that return types with arguments of type AsyncResultModifier 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
Classes in org.apache.curator.x.async.details that implement AsyncResult