inkycode / nexus

A tiny service framework for Java.
0 stars 0 forks source link

Service Factories #2

Open inkycoder opened 7 years ago

inkycoder commented 7 years ago

You should be able to define a Service that will listen for the creation of other Services. This would allow for the creation of narrow Services that can manage collections and additional effective management of multiple Service Providers.

Due issue #1, Service Factories will not work as intended.

inkycoder commented 7 years ago

Currently there is a minor implementation of service factories in play. The implementation is not finalised yet.

Now that issue #1 has been resolved, work can begin on a finalised approach.