Channel interface for all channel types to implement
Can we make this like plugins?
dynamic loaded giving the opportunity to add new Channels without having to create a new release ?
If dynamic loading we need to implement a way to know where to get the configuration
Like if we have a channel disk type that needs a disk location we need to pass that to the channel
or do we always use a dictionary as configuration names ChannelSettings and if it exist it is passed to the channel when loaded ?
Channel interface for all channel types to implement
Can we make this like plugins? dynamic loaded giving the opportunity to add new Channels without having to create a new release ?
If dynamic loading we need to implement a way to know where to get the configuration Like if we have a channel disk type that needs a disk location we need to pass that to the channel or do we always use a dictionary as configuration names ChannelSettings and if it exist it is passed to the channel when loaded ?