Package io.vertigo.stella.impl.work
Class WorkItem<W,R>
- java.lang.Object
-
- io.vertigo.stella.impl.work.WorkItem<W,R>
-
- Type Parameters:
R
- resultW
- work
public final class WorkItem<W,R> extends Object
- Author:
- pchretien
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
W
getWork()
Permet de récupérer les informations pour réaliser un traitement.Class<? extends WorkEngine<W,R>>
getWorkEngineClass()
-