Class: RServiceBus::ConfigFromSetter

Inherits:
Config
  • Object
show all
Defined in:
lib/rservicebus/config.rb

Overview

Class

Instance Attribute Summary collapse

Attributes inherited from Config

#app_name, #contract_list, #error_queue_name, #forward_received_messages_to, #forward_sent_messages_to, #handler_path_list, #lib_list, #max_retries, #message_endpoint_mappings, #mq_host, #saga_path_list, #stat_output_countdown, #subscription_uri

Instance Method Summary collapse

Methods inherited from Config

#configure_mq, #ensure_contract_file_exists, #get_value, #load_contracts, #load_handler_path_list, #load_host_section, #load_libs, #load_saga_path_list, #load_working_dir_list, #log

Constructor Details

#initializeConfigFromSetter



165
166
# File 'lib/rservicebus/config.rb', line 165

def initialize
end

Instance Attribute Details

#appName=(value) ⇒ Object (writeonly)

Sets the attribute appName



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def appName=(value)
  @appName = value
end

#beanstalkHost=(value) ⇒ Object (writeonly)

Sets the attribute beanstalkHost



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def beanstalkHost=(value)
  @beanstalkHost = value
end

#errorQueueName=(value) ⇒ Object (writeonly)

Sets the attribute errorQueueName



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def errorQueueName=(value)
  @errorQueueName = value
end

#forward_received_messages_to=(value) ⇒ Object (writeonly)

Sets the attribute forward_received_messages_to



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def forward_received_messages_to=(value)
  @forward_received_messages_to = value
end

#handler_path_list=(value) ⇒ Object (writeonly)

Sets the attribute handler_path_list



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def handler_path_list=(value)
  @handler_path_list = value
end

#maxRetries=(value) ⇒ Object (writeonly)

Sets the attribute maxRetries



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def maxRetries=(value)
  @maxRetries = value
end

#messageEndpointMappings=(value) ⇒ Object (writeonly)

Sets the attribute messageEndpointMappings



164
165
166
# File 'lib/rservicebus/config.rb', line 164

def messageEndpointMappings=(value)
  @messageEndpointMappings = value
end