public interface Coordinator
| Modifier and Type | Method and Description |
|---|---|
<WR,W> Future<WR> |
submit(WorkItem<WR,W> workItem,
Option<WorkResultHandler<WR>> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
<WR,W> Future<WR> submit(WorkItem<WR,W> workItem, Option<WorkResultHandler<WR>> workResultHandler)
W - Type de Work (Travail)WR - Produit d'un work à l'issu de son exécutionwork - Travail à exécuterCopyright © 2014. All Rights Reserved.