I have over 100 plugins, each serving different purposes. I want to load them on demand — only when the service is actually needed. Otherwise, these modules (.dll/.so) should not be loaded into memory, let alone have their services registered. How can I achieve this? Something similar to Declarative Services (DS).
I have over 100 plugins, each serving different purposes. I want to load them on demand — only when the service is actually needed. Otherwise, these modules (.dll/.so) should not be loaded into memory, let alone have their services registered. How can I achieve this? Something similar to Declarative Services (DS).