Uses of Interface
io.vertigo.stella.work.WorkEngine
Packages that use WorkEngine
Package
Description
-
Uses of WorkEngine in io.vertigo.stella.impl.master
Method parameters in io.vertigo.stella.impl.master with type arguments of type WorkEngineModifier and TypeMethodDescription<W,R> WorkPromise <R> MasterManagerImpl.process(W work, Class<? extends WorkEngine<W, R>> workEngineClass) Exécution d'un travail de façon synchrone.<W,R> void MasterManagerImpl.schedule(W work, Class<? extends WorkEngine<W, R>> workEngineClass, WorkResultHandler<R> workResultHandler) -
Uses of WorkEngine in io.vertigo.stella.impl.work
Methods in io.vertigo.stella.impl.work that return types with arguments of type WorkEngineConstructor parameters in io.vertigo.stella.impl.work with type arguments of type WorkEngine -
Uses of WorkEngine in io.vertigo.stella.master
Method parameters in io.vertigo.stella.master with type arguments of type WorkEngineModifier and TypeMethodDescription<W,R> WorkPromise <R> MasterManager.process(W work, Class<? extends WorkEngine<W, R>> workEngineClass) Exécution d'un travail de façon synchrone.<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'.