Method: ActiveAgent::Service.configure

Defined in:
lib/active_agent/service.rb

.configure(service_name, configurations) ⇒ Object



10
11
12
# File 'lib/active_agent/service.rb', line 10

def configure(service_name, configurations)
  Configurator.build(service_name, configurations)
end