Package org.kie.api.internal.runtime
Interface KieRuntimes
-
- All Superinterfaces:
KieService
,Service
public interface KieRuntimes extends KieService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,KieRuntimeService>
getRuntimes()
Class
getServiceInterface()
-
-
-
Method Detail
-
getRuntimes
Map<String,KieRuntimeService> getRuntimes()
-
getServiceInterface
Class getServiceInterface()
-
-