Interface InternalKieServices

All Superinterfaces:
Comparable<KieService>, KieService, KieServices
All Known Implementing Classes:
KieServicesImpl

public interface InternalKieServices extends KieServices
  • Method Details

    • registerListener

      void registerListener(KieServicesEventListerner listener)
    • clearRefToContainerId

      void clearRefToContainerId(String containerId, KieContainer containerRef)
      Clear the containerId reference from the internal registry hold by the KieServices. Epsecially helpful to avoid leaking reference on container dispose(), to inadvertently keep a reference in the internal registry which would never be GC.