The means to control the Source after materialization.
Creates a ZMQ socket and wraps it with a Source
Creates a ZMQ socket and wraps it with a Source
The Source:
context to create socket with
socket type to be created. Must be ZMQ.PULL or ZMQ.SUB
receive timeout for socket
a list of ZMQ endpoints to connect to
a Source of bytes
Creates a Source of bytes wrapping a ZMQ socket provided by the factory.
Creates a Source of bytes wrapping a ZMQ socket provided by the factory.
The sockets from the factory:
The Source:
a factory of ZMQ sockets
a list of ZMQ endpoints to connect to
a Source of bytes