Package org.guvnor.ala.pipeline
Interface Stage<INPUT,OUTPUT>
-
public interface Stage<INPUT,OUTPUT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(INPUT input, Consumer<OUTPUT> callback)StringgetName()
-