Interface DistributedRuntimeManager


public interface DistributedRuntimeManager
This is the implementation that run on different JVMs
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluateInput(String modelLocalUriIdString, String inputDataString)
    Return an Optional<EfestoOutput> from the given modelLocalUriIdString and inputDataString
  • Method Details

    • evaluateInput

      Optional<EfestoOutput> evaluateInput(String modelLocalUriIdString, String inputDataString)
      Return an Optional<EfestoOutput> from the given modelLocalUriIdString and inputDataString
      Parameters:
      modelLocalUriIdString -
      inputDataString -
      Returns: