Package | Description |
---|---|
org.infinispan.notifications.impl | |
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Method and Description |
---|---|
protected static AggregateCompletionStage<Void> |
AbstractListenerImpl.composeStageIfNeeded(AggregateCompletionStage<Void> aggregateCompletionStage,
CompletionStage<Void> stage)
If the given stage is null or normally completed returns the provided aggregateCompletionStage as is.
|
Modifier and Type | Method and Description |
---|---|
protected static AggregateCompletionStage<Void> |
AbstractListenerImpl.composeStageIfNeeded(AggregateCompletionStage<Void> aggregateCompletionStage,
CompletionStage<Void> stage)
If the given stage is null or normally completed returns the provided aggregateCompletionStage as is.
|
Modifier and Type | Method and Description |
---|---|
static AggregateCompletionStage<Void> |
CompletionStages.aggregateCompletionStage()
Returns a CompletionStage that also can be composed of many other CompletionStages.
|
static <R> AggregateCompletionStage<R> |
CompletionStages.aggregateCompletionStage(R valueToReturn)
Same as
CompletionStages.aggregateCompletionStage() except that when this stage completes normally it will return
the value provided. |
AggregateCompletionStage<R> |
AggregateCompletionStage.dependsOn(CompletionStage<?> stage)
Adds another CompletionStage for this stage to be reliant upon.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.