Uses of Interface
org.infinispan.util.concurrent.AggregateCompletionStage
-
Packages that use AggregateCompletionStage Package Description org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. -
-
Uses of AggregateCompletionStage in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return AggregateCompletionStage Modifier and Type Method Description static AggregateCompletionStage<java.lang.Void>CompletionStages. aggregateCompletionStage()Returns a CompletionStage that also can be composed of many other CompletionStages.static <R> AggregateCompletionStage<R>CompletionStages. aggregateCompletionStage(R valueToReturn)Same asCompletionStages.aggregateCompletionStage()except that when this stage completes normally it will return the value provided.AggregateCompletionStage<R>AggregateCompletionStage. dependsOn(java.util.concurrent.CompletionStage<?> stage)Adds another CompletionStage for this stage to be reliant upon.
-