10#include <framework/pcore/zmq/connections/ZMQConnection.h>
24 std::vector<zmq::socket_t*>
getSockets()
const final;
Base class for every connection with virtual functions to be implemented:
Connection doing just nothing: without the capability to pull, send or receive. Useful for template i...
std::string getEndPoint() const
Return the connection string.
void handleIncomingData()
Raise an exception if called - there should never be any incoming message.
std::vector< zmq::socket_t * > getSockets() const final
There is no socket, so just return an empty list.
Abstract base class for different kinds of events.