public interface Coordinator
| Modifier and Type | Method and Description |
|---|---|
<W,R> Future<R> |
submit(WorkItem<W,R> workItem,
WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
<W,R> Future<R> submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
W - Type de Work (Travail)R - result typeworkItem - Travail à exécuterworkResultHandler - Result handlerCopyright © 2017. All Rights Reserved.