eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Support matching on source and sink address #92

Closed sophokles73 closed 5 months ago

sophokles73 commented 5 months ago

The UTransport trait has been changed to support registration of listeners matching on both a message's source and sink addresses.

This addresses https://github.com/eclipse-uprotocol/up-spec/issues/73

sophokles73 commented 5 months ago

This should support all use cases ranging from implementing service consumers/providers to uStreamers.

WDYT? @PLeVasseur @evshary @AnotherDaniel