Interface RuntimeEnvironment

All Superinterfaces:
org.kie.api.runtime.manager.RuntimeEnvironment

public interface RuntimeEnvironment extends org.kie.api.runtime.manager.RuntimeEnvironment
Extension of org.kie.api.runtime.manager.RuntimeEnvironment that contains internal methods
  • Method Summary

    Modifier and Type
    Method
    Description
    Delivers concrete implementation of Mapper that provides access to mapping between contexts and ksession identifiers for tracking purposes.

    Methods inherited from interface org.kie.api.runtime.manager.RuntimeEnvironment

    close, getClassLoader, getConfiguration, getEnvironment, getKieBase, getRegisterableItemsFactory, getUserGroupCallback, getUserInfo, usePersistence
  • Method Details

    • getMapper

      Mapper getMapper()
      Delivers concrete implementation of Mapper that provides access to mapping between contexts and ksession identifiers for tracking purposes.
      Returns: