Package com.spotify.futures
Class ConcurrencyReducer.Job<T>
java.lang.Object
com.spotify.futures.ConcurrencyReducer.Job<T>
- Enclosing class:
- ConcurrencyReducer<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Callable<? extends CompletionStage<T>>private final CompletableFuture<T> -
Constructor Summary
ConstructorsConstructorDescriptionJob(Callable<? extends CompletionStage<T>> callable, CompletableFuture<T> response) -
Method Summary
-
Field Details
-
callable
-
response
-
-
Constructor Details
-
Job
-