| Package | Description |
|---|---|
| com.neurosys.configs | |
| com.neurosys.configs.service.jaxrs | |
| com.neurosys.configs.transformers |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationService<C extends AbstractConfiguration>
ConfigurationService implementation that wrap the following services over base configuration fetching and setting configs via AbstractConfigurationJPADaoImpl:
Audit of changes
Cache eviction on change
Authorization service for AbstractAuthorizableConfigurations
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService<String,String,?> |
ConfigurationSourceBackedSpringResource.getSource()
The
ConfigurationService to fetches the configs from |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationSourceBackedSpringResource.setSource(ConfigurationService<String,String,AbstractConfiguration> source)
The
ConfigurationService to fetches the configs from |
| Constructor and Description |
|---|
ConfigurationSourceBackedSpringResource(String namespace,
ConfigurationService source) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService<String,String,C> |
DynamicConfigService.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConfigService.setService(ConfigurationService<String,String,C> service) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
ConfigLookupTransformer.getConfigService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigLookupTransformer.setConfigService(ConfigurationService configService) |
Copyright © 2018. All rights reserved.