We need to add bindings for C functions roc_sender_query() (becomes RocSender.Query() in Java) and roc_receiver_query() (becomes RocReceiver.Query()).
New functions should be covered with simple tests.
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers are here: sender.h, receiver.h.
We need to add bindings for C functions
roc_sender_query()(becomesRocSender.Query()in Java) androc_receiver_query()(becomesRocReceiver.Query()).New functions should be covered with simple tests.
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers are here: sender.h, receiver.h.