Uses of Interface
io.vertigo.stella.master.WorkResultHandler
Packages that use WorkResultHandler
Package
Description
-
Uses of WorkResultHandler in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master with parameters of type WorkResultHandlerModifier and TypeMethodDescription<W,R> void MasterManagerImpl.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 WorkResultHandlerModifier and TypeMethodDescription<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 WorkResultHandlerModifier and TypeMethodDescription<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 WorkResultHandlerModifier and TypeMethodDescription<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 WorkResultHandlerModifier and TypeMethodDescription<W,R> void MasterManager.schedule(W work, Class<? extends WorkEngine<W, R>> workEngineClass, WorkResultHandler<R> workResultHandler) Lancement asynchrone d'un travail 'dès que possible'.