CZMQClientTransport

Name

CZMQClientTransport -- ZeroMQ transport that does a connect.

Synopsis


#include <CZMQClientTransport>

class CZMQClientTransport : public CZMQTransport
{
public:
    CZMQClientTransport(const char* pUri, int socketType);
};
        

DESCRIPTION

represents a ZeroMQ transport that performs a connect operation to obtain a peer socket. pUri is a ZeroMQ compatible URI that specifies the endpoint and socketType is the ZeroMQ socket type (e.g. ZMQ_PULL).