Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 866 Bytes

File metadata and controls

11 lines (7 loc) · 866 Bytes

FFT.Subscriptions

Source code NuGet package

Use this package within your application when messages from one data source need to be redistributed amongst multiple consuming subscriber components.

Hooks allow you to start and stop consuming data from the original data source when the first component subscribes and when the last component unsubscribes.

Implementing your own IBroadcastHub allows you to customize the messages sent to subscribers, and allows you to initialize the data and process / transform incoming messages before sending data to the various subscriber components.