Class: RailsConsolePro::Services::QueueInsightFetcher::Adapters::Sidekiq
- Inherits:
-
Base
- Object
- Base
- RailsConsolePro::Services::QueueInsightFetcher::Adapters::Sidekiq
show all
- Defined in:
- lib/rails_console_pro/services/queue_insight_fetcher.rb
Instance Attribute Summary
Attributes inherited from Base
#queue_adapter
Instance Method Summary
collapse
Methods inherited from Base
#fetch, #initialize
Instance Method Details
#adapter_name ⇒ Object
157
158
159
|
# File 'lib/rails_console_pro/services/queue_insight_fetcher.rb', line 157
def adapter_name
"Sidekiq"
end
|
#adapter_type ⇒ Object
161
162
163
|
# File 'lib/rails_console_pro/services/queue_insight_fetcher.rb', line 161
def adapter_type
"ActiveJob Adapter"
end
|