Hi Gary,

On Wed, 17 Apr 2024 at 21:23, Gary Gregory <garydgreg...@gmail.com> wrote:
> But then your config has to say <MongoDb4> AND depend on the mongodb5
> module! Still confusing 😕

There is actually a rarely used feature of our plugin system, where a
plugin named `Foo` can actually create an object of type `Bar`. See
for example the `LoggerConfig.Root` plugin that actually creates an
object of type `LoggerConfig`.

In your config you will use `MongoDb5`, but the provider will be of
type MongoDb4Provider.

Piotr

Reply via email to