| Package | Description |
|---|---|
| org.appops.configuration.provider | |
| org.appops.configuration.store |
| Modifier and Type | Method and Description |
|---|---|
ConfigWrapper |
ConfigurationProvider.getConfigWrapper(java.lang.String className)
Fetches configuration for given class name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigWrapper> |
ConfigurationProvider.getAllServiceConfiguration(java.lang.String serviceName)
Fetches all configurations for given service name.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigWrapper |
ConfigurationStore.getConfigWrapper(java.lang.String className)
Fetches configuration for given class name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigWrapper> |
ConfigurationStore.getAllServiceConfig(java.lang.String serviceName)
Fetches all configurations for given service name.
|
Copyright © 2021. All rights reserved.