Dale Emery created GEODE-7568:
---------------------------------
Summary: Pass persistence service to manager constructors instead
of to each operation
Key: GEODE-7568
URL: https://issues.apache.org/jira/browse/GEODE-7568
Project: Geode
Issue Type: Improvement
Components: management
Reporter: Dale Emery
Currently each {{ConfigurationManager}} takes a persistence service parameter
for each of its operation methods, like so:
{{delete(InternalConfigurationPersistenceService service, Deployment config,
String groupName)}}
We could instead pass the persistence service to the constructor of each
configuration manager implementation. This would simplify the operation methods.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)