class RFlow::Configuration::ZMQStreamer

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.

Attributes

connection[R]

Backreference to the {Connection}. @return [Connection]

Public Class Methods

new(connection) click to toggle source
# File lib/rflow/configuration/connection.rb, line 125
def initialize(connection)
  @connection = connection
end