Uses of Class
zmq.io.Metadata
-
Packages that use Metadata Package Description org.zeromq.util Provides high-level utility bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.mechanism -
-
Uses of Metadata in org.zeromq.util
Fields in org.zeromq.util declared as Metadata Modifier and Type Field Description private Metadata
ZMetadata. metadata
Constructors in org.zeromq.util with parameters of type Metadata Constructor Description ZMetadata(Metadata metadata)
-
Uses of Metadata in zmq
Fields in zmq declared as Metadata Modifier and Type Field Description private Metadata
Msg. metadata
Methods in zmq that return Metadata Modifier and Type Method Description Metadata
Msg. getMetadata()
Methods in zmq with parameters of type Metadata Modifier and Type Method Description Msg
Msg. setMetadata(Metadata metadata)
-
Uses of Metadata in zmq.io
Fields in zmq.io declared as Metadata Modifier and Type Field Description private Metadata
StreamEngine. metadata
Methods in zmq.io with parameters of type Metadata Modifier and Type Method Description void
Metadata. set(Metadata zapProperties)
-
Uses of Metadata in zmq.io.mechanism
Fields in zmq.io.mechanism declared as Metadata Modifier and Type Field Description Metadata
Mechanism. zapProperties
Metadata
Mechanism. zmtpProperties
-