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.



100
101
102
# File 'lib/rflow/configuration/connection.rb', line 100

def initialize(connection)
  @connection = connection
end

Instance Attribute Details

#connectionObject (readonly)

Returns the value of attribute connection.



98
99
100
# File 'lib/rflow/configuration/connection.rb', line 98

def connection
  @connection
end