Uses of Interface
zmq.util.function.Consumer
Packages that use Consumer
-
Uses of Consumer in org.zeromq
Methods in org.zeromq with parameters of type ConsumerModifier and TypeMethodDescriptionstatic 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