Class: RFlow::Configuration::ZMQStreamer

Inherits:
Object
  • Object
show all
Defined in:
lib/rflow/configuration/connection.rb

Overview

Represents the broker process configuration. No special parameters that can’t be derived from the connection. Not persisted in the database - it’s encapsulated in the nature of the connection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(connection) ⇒ ZMQStreamer

Returns a new instance of ZMQStreamer.



125
126
127
# File 'lib/rflow/configuration/connection.rb', line 125

def initialize(connection)
  @connection = connection
end

Instance Attribute Details

#connectionConnection (readonly)

Backreference to the Connection.

Returns:



123
124
125
# File 'lib/rflow/configuration/connection.rb', line 123

def connection
  @connection
end