Toggle navigation
Home
java.util.concurrent.CompletableFuture<java.lang.String> to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
restAddress.map(CompletableFuture::completedFuture).orElse(FutureUtils.completedExceptionally(new DispatcherException("The Dispatcher has not been started with a REST endpoint.")))
to
restAddress
Rename Variable
restAddressFuture
to
restAddress