Class: Karafka::Web::Pro::Ui::Controllers::Consumers::ControlsController
- Inherits:
-
ConsumersController
- Object
- Controllers::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
Instance Method Summary collapse
-
#index ⇒ Object
Displays list of consumer processes + options to manage them.
Methods inherited from ConsumersController
#details, #performance, #subscriptions
Instance Method Details
#index ⇒ Object
Displays list of consumer processes + options to manage them
48 49 50 51 52 53 54 |
# File 'lib/karafka/web/pro/ui/controllers/consumers/controls_controller.rb', line 48 def index features.commanding! super render end |