Class: RFlow::Connections::BrokeredZMQConnection

Inherits:
ZMQConnection show all
Defined in:
lib/rflow/connections/zmq_connection.rb

Overview

Subclass of ZMQConnection representing a brokered ZeroMQ connection (one where messages are sent to a separate process performing the many-to-many brokering function).

Instance Attribute Summary

Attributes inherited from RFlow::Connection

#config, #name, #options, #recv_callback, #uuid

Method Summary

Methods inherited from ZMQConnection

#connect_input!, #connect_output!, #initialize, #send_message, #zmq_context

Methods inherited from RFlow::Connection

build, #connect_input!, #connect_output!, #initialize, #input_port_key, #output_port_key, #send_message

Constructor Details

This class inherits a constructor from RFlow::Connections::ZMQConnection