Module: Async::App::Component

Included in:
EventLogger, Metrics::RubyRuntimeMetricsCollector, WebServer::HealthApp, WebServer::MetricsApp
Defined in:
lib/async/app/component.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
# File 'lib/async/app/component.rb', line 4

def self.included(base)
  base.extend(Async::App::Injector)
  base.inject(:bus)
  base.include(Async::Logger)
end

Instance Method Details

#runObject



10
# File 'lib/async/app/component.rb', line 10

def run = nil