Package com.flowable.serviceregistry.api
Interface ServiceRegistryEngineConfigurationApi
-
- All Known Implementing Classes:
ServiceRegistryEngineConfiguration
public interface ServiceRegistryEngineConfigurationApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRegistryRepositoryService
getServiceRegistryRepositoryService()
ServiceRegistryRuntimeService
getServiceRegistryRuntimeService()
-
-
-
Method Detail
-
getServiceRegistryRepositoryService
ServiceRegistryRepositoryService getServiceRegistryRepositoryService()
-
getServiceRegistryRuntimeService
ServiceRegistryRuntimeService getServiceRegistryRuntimeService()
-
-