Interface EfestoCallableOutput
-
- All Superinterfaces:
EfestoCompilationOutput
- All Known Implementing Classes:
AbstractEfestoCallableCompilationOutput,EfestoCallableOutputClassesContainer
public interface EfestoCallableOutput extends EfestoCompilationOutput
A generic product generated by specific engine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.efesto.common.api.model.FRIgetFri()Returns the full resource identifier to be invoked for executionList<String>getFullClassNames()Returns the full class names to be instantiated for execution
-