Interface EfestoCallableOutput
-
- All Superinterfaces:
EfestoCompilationOutput
- All Known Implementing Classes:
AbstractEfestoCallableCompilationOutput,EfestoCallableOutputClassesContainer,EfestoRedirectOutput
public interface EfestoCallableOutput extends EfestoCompilationOutput
ACompilationOutput. It will be translated to aGeneratedExecutableResource, that has a specif json-format and semantic.
-
-
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
-