Package | Description |
---|---|
org.springframework.util.concurrent |
Useful generic
java.util.concurrent.Future extensions. |
Modifier and Type | Class and Description |
---|---|
class |
MonoToListenableFutureAdapter<T>
Adapts a
Mono into a ListenableFuture by obtaining a
CompletableFuture from the Mono via Mono.toFuture()
and then adapting it with CompletableToListenableFutureAdapter . |