David, I don't know specifically about the java binding, but for the python binding I usually use the standard library api documentation:
http://api.zeromq.org/ and translate it in my head into Python terms. It's very likely the same for Java. A little source introspection can fill in the language specific details. -Michel On Mon, May 21, 2012 at 8:49 AM, David Starkweather <[email protected]> wrote: > Hello, > > Just started using the java bindings to zeromq. Where are the docs for > using the api ? > > Specifically, is there a way to send an empty message ? > > Thanks, > David Stark > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
