Uses of Interface
io.vertigo.stella.master.WorkResultHandler
-
-
Uses of WorkResultHandler in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master with parameters of type WorkResultHandler Modifier and Type Method Description <W,R>
voidMasterManagerImpl. schedule(W work, Class<? extends WorkEngine<W,R>> workEngineClass, WorkResultHandler<R> workResultHandler)
-
Uses of WorkResultHandler in io.vertigo.stella.impl.master.coordinator
Methods in io.vertigo.stella.impl.master.coordinator with parameters of type WorkResultHandler Modifier and Type Method Description <W,R>
Future<R>MasterCoordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone. -
Uses of WorkResultHandler in io.vertigo.stella.impl.work
Methods in io.vertigo.stella.impl.work with parameters of type WorkResultHandler Modifier and Type Method Description <W,R>
Future<R>Coordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone. -
Uses of WorkResultHandler in io.vertigo.stella.impl.workers.coordinator
Methods in io.vertigo.stella.impl.workers.coordinator with parameters of type WorkResultHandler Modifier and Type Method Description <W,R>
Future<R>WorkersCoordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Work devant être exécuté WorkItem contient à la fois le Work et le callback. -
Uses of WorkResultHandler in io.vertigo.stella.master
Methods in io.vertigo.stella.master with parameters of type WorkResultHandler Modifier and Type Method Description <W,R>
voidMasterManager. schedule(W work, Class<? extends WorkEngine<W,R>> workEngineClass, WorkResultHandler<R> workResultHandler)
Lancement asynchrone d'un travail 'dès que possible'.
-