Class: Karafka::Web::Pro::Ui::Controllers::Consumers::ControlsController
- Inherits:
-
ConsumersController
- Object
- Ui::Controllers::BaseController
- BaseController
- BaseController
- ConsumersController
- Karafka::Web::Pro::Ui::Controllers::Consumers::ControlsController
- 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
Instance Method Summary collapse
-
#index ⇒ Object
Displays list of consumer processes + options to manage them.
Methods inherited from ConsumersController
#details, #performance, #subscriptions
Methods inherited from Ui::Controllers::BaseController
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
#index ⇒ Object
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 |