Initialize the publisher, binding or connecting its socket.
Synopsis
Declared in <zmq/zmqpublishnotifier.h>
virtual
bool
Initialize(void* pcontext) override;
Return Value
True on success, false if initialization failed.
Parameters
Name |
Description |
pcontext |
The ZMQ context to create the socket in. |
Created with MrDocs