Advanced guides

Extend the Iris Contracts

Iris Protocol does support any IChannel and IListener Implementation


Extending the contracts

Iris protocol does check if the sender complies with IChannel as well as listeners with IListener

In tour implementation just simply implement thise interfaces with your desired logic.

Previous
Sending Data