czmq icon indicating copy to clipboard operation
czmq copied to clipboard

jni binding missing Zloop and Zactor?

Open yuriymyronovych opened this issue 3 years ago • 3 comments

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

yuriymyronovych avatar Apr 01 '22 17:04 yuriymyronovych

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

sphaero avatar May 19 '22 20:05 sphaero

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

yuriymyronovych avatar May 26 '22 17:05 yuriymyronovych

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

sphaero avatar May 29 '22 18:05 sphaero