Cambion is a lightweight distributed application framework with multiple and pluggable backends, providing a set of convenience functions for event handling.
This extension for Cambion can read the transport and serializer configuration from IConfiguration
(i.e. appsettings.json
), without having to use .UseTransport()
or .WithSerializer()
in the code.
Cambion.Extension.ConfigurationReader
is available on NuGet
so you can install it in the NuGet Package Manager Console:
Install-Package Whitestone.Cambion.Extension.ConfigurationReader
Documentation for the ConfigurationReader extension is available on the Cambion documentation site