eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.02k stars 38 forks source link

API consistency while creating endpoints #244

Closed elfenpiff closed 5 months ago

elfenpiff commented 5 months ago

(Code) Example Of Cumbersome API

The upcoming Node will have a method called service_builder() to create a new service but the port factories methods are called publisher, subscriber etc. To make it consistent they shall be renamed into publisher_builder(), subscriber_builder() ...