Class KieRuntimesImpl

  • All Implemented Interfaces:
    Consumer<org.kie.api.internal.runtime.KieRuntimeService>, org.kie.api.internal.runtime.KieRuntimes, org.kie.api.internal.utils.KieService, org.kie.api.Service

    public class KieRuntimesImpl
    extends Object
    implements org.kie.api.internal.runtime.KieRuntimes, Consumer<org.kie.api.internal.runtime.KieRuntimeService>
    • Constructor Detail

      • KieRuntimesImpl

        public KieRuntimesImpl()
    • Method Detail

      • getRuntimes

        public Map<String,​org.kie.api.internal.runtime.KieRuntimeService> getRuntimes()
        Specified by:
        getRuntimes in interface org.kie.api.internal.runtime.KieRuntimes
      • getServiceInterface

        public Class getServiceInterface()
        Specified by:
        getServiceInterface in interface org.kie.api.internal.runtime.KieRuntimes
      • accept

        public void accept​(org.kie.api.internal.runtime.KieRuntimeService runtime)
        Specified by:
        accept in interface Consumer<org.kie.api.internal.runtime.KieRuntimeService>