Toggle navigation
Home
org.wildfly.clustering.dispatcher.CommandResponse to java.util.concurrent.CompletionStage
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
get
to
join
response.get()
to
response.toCompletableFuture().join()
response.get()
to
response.toCompletableFuture().join()
this.dispatcher.executeOnCluster(this.command,localNode).values()
to
this.dispatcher.executeOnGroup(this.command,localNode).values()