Uses of Interface
org.kie.api.internal.utils.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.kie.api.internal.utils -
-
Uses of ServiceRegistry in org.kie.api.internal.utils
Classes in org.kie.api.internal.utils that implement ServiceRegistry Modifier and Type Class Description static class
ServiceRegistry.Impl
Methods in org.kie.api.internal.utils that return ServiceRegistry Modifier and Type Method Description static ServiceRegistry
ServiceRegistry. getInstance()
static ServiceRegistry
ServiceRegistry.Impl. getServiceRegistry()
Method parameters in org.kie.api.internal.utils with type arguments of type ServiceRegistry Modifier and Type Method Description static void
ServiceRegistry.Impl. setSupplier(Supplier<ServiceRegistry> supplier)
-