Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
In some cases, it would be good for the client code to fine tune the service configuration. Currently, this is one on a per service basis, but a more elegant solution would be desirable.
One idea would be to allow the services to be customized using something like:
MyServiceFactory .withCustomConfig(<here we pass a configuration object>) .createService();