zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

jni binding missing Zloop and Zactor? #2214

Open yuriymyronovych opened 2 years ago

yuriymyronovych commented 2 years ago

I think jni bindings are missing majority of functions from Zloop and whole Zactor package?

sphaero commented 2 years ago

Can you elaborate? Perhaps with some example code and/or errors?

yuriymyronovych commented 2 years ago

build of Java Jni bindings for CZMQ does not contain Zactor class that would provide the functionality described here: http://api.zeromq.org/czmq3-0:zactor

Zmonitor is missing as well. Zloop seems to be missing the methods to register reader

sphaero commented 2 years ago

These bindings are generated so it depends on how you build the bindings. Otherwise suggestions for a fix or a PR are appreciated