Class: Karafka::Web::Pro::Ui::Controllers::Consumers::ControlsController

Inherits:
ConsumersController show all
Defined in:
lib/karafka/web/pro/ui/controllers/consumers/controls_controller.rb

Overview

Displays processes with details + ability to manage

Constant Summary

Constants inherited from Ui::Controllers::BaseController

Ui::Controllers::BaseController::Models

Instance Attribute Summary

Attributes inherited from Ui::Controllers::BaseController

#params, #session

Instance Method Summary collapse

Methods inherited from ConsumersController

#details, #performance, #subscriptions

Methods inherited from Ui::Controllers::BaseController

#cache, #initialize

Methods included from Ui::Controllers::Requests::Hookable

included, #run_after_hooks, #run_before_hooks

Constructor Details

This class inherits a constructor from Karafka::Web::Ui::Controllers::BaseController

Instance Method Details

#indexObject

Displays list of consumer processes + options to manage them



23
24
25
26
27
28
29
# File 'lib/karafka/web/pro/ui/controllers/consumers/controls_controller.rb', line 23

def index
  features.commanding!

  super

  render
end