Class EfestoOutputDrl<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoOutput<T>

    public class EfestoOutputDrl<T>
    extends org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
    Generic EfestoOutput specific for DRL engines, to be subclassed depending on the actual implementation needs
    • Constructor Detail

      • EfestoOutputDrl

        public EfestoOutputDrl​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                               T outputData)