Uses of Interface
org.kie.efesto.runtimemanager.api.service.KieRuntimeService
-
Packages that use KieRuntimeService Package Description org.kie.efesto.runtimemanager.api.model org.kie.efesto.runtimemanager.api.utils -
-
Uses of KieRuntimeService in org.kie.efesto.runtimemanager.api.model
Methods in org.kie.efesto.runtimemanager.api.model that return types with arguments of type KieRuntimeService Modifier and Type Method Description java.util.ServiceLoader<KieRuntimeService>EfestoRuntimeContext. getKieRuntimeService() -
Uses of KieRuntimeService in org.kie.efesto.runtimemanager.api.utils
Methods in org.kie.efesto.runtimemanager.api.utils that return types with arguments of type KieRuntimeService Modifier and Type Method Description static java.util.List<KieRuntimeService>SPIUtils. getDiscoveredKieRuntimeServices()static java.util.Optional<KieRuntimeService>SPIUtils. getKieRuntimeService(java.util.List<KieRuntimeService> discoveredServices, EfestoInput<?> input, EfestoRuntimeContext context)static java.util.Optional<KieRuntimeService>SPIUtils. getKieRuntimeServiceFromEfestoRuntimeContext(EfestoInput<?> input, EfestoRuntimeContext context)static java.util.List<KieRuntimeService>SPIUtils. getKieRuntimeServices(boolean refresh)Method parameters in org.kie.efesto.runtimemanager.api.utils with type arguments of type KieRuntimeService Modifier and Type Method Description static java.util.Optional<KieRuntimeService>SPIUtils. getKieRuntimeService(java.util.List<KieRuntimeService> discoveredServices, EfestoInput<?> input, EfestoRuntimeContext context)
-