Interface ModuleReleaseIdAware

All Known Subinterfaces:
KieSessionHelper<T>
All Known Implementing Classes:
DefaultKieSessionHelper, DefaultModuleReleaseIdAware

public interface ModuleReleaseIdAware
Interface for deployed module relese id retrieval
  • Method Details

    • getDeployedKieModuleReleaseId

      org.kie.api.builder.ReleaseId getDeployedKieModuleReleaseId(RuleEvaluationContext context)
      Given the RuleEvaluationContext retrieves the ReleaseId of the deployed KieContainer
      Parameters:
      context - instance of RuleEvaluationContext
      Returns:
      instance of ReleaseId of the currently deployed version of KieContainer