Uses of Annotation Interface
zmq.util.Draft
Packages that use Draft
Package
Description
Provides high-level bindings for ØMQ.
Provides utility classes for ØMQ zproto.
Provides timing utility classes for ØMQ.
-
Uses of Draft in org.zeromq
Classes in org.zeromq with annotations of type DraftModifier and TypeClassDescriptionfinal class
Deprecated.scheduled for removal in future release.Methods in org.zeromq with annotations of type DraftModifier and TypeMethodDescriptionvoid
ZContext.closeSelector
(Selector selector) Deprecated.ZContext.createSelector()
was exposed by mistake.byte[]
ZMQ.Socket.getHeartbeatContext()
The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats.Object[]
ZMQ.Socket.recvBinaryPicture
(String picture) Receive a binary encoded 'picture' message from the socket (or actor).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 handlerObject[]
ZMQ.Socket.recvPicture
(String picture) Receive a 'picture' message to the socket (or actor).boolean
ZMQ.Socket.sendBinaryPicture
(String picture, Object... args) Queues a binary encoded 'picture' message to the socket (or actor), so it can be sent.boolean
ZMQ.Socket.sendPicture
(String picture, Object... args) Queues a 'picture' message to the socket (or actor), so it can be sent.boolean
ZMQ.Socket.setHeartbeatContext
(byte[] pingContext) The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats. -
Uses of Draft in org.zeromq.proto
Classes in org.zeromq.proto with annotations of type DraftModifier and TypeClassDescriptionfinal class
Needle for de/serialization of data within a frame.class
De/serialization of data within a message.Methods in org.zeromq.proto with annotations of type DraftModifier and TypeMethodDescriptionZPicture.msgBinaryPicture
(String picture, Object... args) Creates a binary encoded 'picture' message to the socket (or actor), so it can be sent.Object[]
ZPicture.recvBinaryPicture
(ZMQ.Socket socket, String picture) Receive a binary encoded 'picture' message from the socket (or actor).Object[]
ZPicture.recvPicture
(ZMQ.Socket socket, String picture) Receive a 'picture' message to the socket (or actor).boolean
ZPicture.sendBinaryPicture
(ZMQ.Socket socket, String picture, Object... args) boolean
ZPicture.sendPicture
(ZMQ.Socket socket, String picture, Object... args) Queues a 'picture' message to the socket (or actor), so it can be sent. -
Uses of Draft in org.zeromq.timer
Classes in org.zeromq.timer with annotations of type DraftModifier and TypeInterfaceDescriptioninterface
Called when the time has come to perform some action.final class
Manages set of tickets and timers.final class
Manages set of tickets.final class
Manages set of timers. -
Uses of Draft in zmq.util