Digitizeit-se / Harmonice

Plugin based integration service
Apache License 2.0
0 stars 0 forks source link

Channel interface #13

Closed guldmann closed 1 year ago

guldmann commented 1 year ago

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 ?