Class EfestoOutputDrl<T>

java.lang.Object
org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
org.kie.drl.engine.runtime.model.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 Details

    • EfestoOutputDrl

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