Interface LocalRuntimeManager
public interface LocalRuntimeManager
This is the type that run on local JVM
-
Method Summary
Modifier and TypeMethodDescriptionevaluateInput(EfestoRuntimeContext context, EfestoInput... toEvaluate) Produce aCollection<EfestoOutput>from the givenEfestoInput
-
Method Details
-
evaluateInput
Produce aCollection<EfestoOutput>from the givenEfestoInput- Parameters:
context-toEvaluate-- Returns:
-