Uses of Interface
zmq.util.function.Consumer
-
Packages that use Consumer Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of Consumer in org.zeromq
Methods in org.zeromq with parameters of type Consumer Modifier and Type Method Description static void
ZMsg. recvMsg(ZMQ.Socket socket, int flags, Consumer<ZMsg> handler)
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handlerstatic void
ZMsg. recvMsg(ZMQ.Socket socket, int flags, Consumer<ZMsg> handler, Consumer<ZMQException> exceptionHandler)
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handler
-