Class: Karafka::Web::Pro::Commanding::Commands::Partitions::Resume
- Defined in:
- lib/karafka/web/pro/commanding/commands/partitions/resume.rb
Overview
Delegates the resuming of the processing
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call ⇒ Object
Dispatches the seek request into the appropriate filter and indicates that the seeking is in an acceptance state.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Karafka::Web::Pro::Commanding::Commands::Base
Instance Method Details
#call ⇒ Object
Dispatches the seek request into the appropriate filter and indicates that the seeking is in an acceptance state
18 19 20 21 22 23 |
# File 'lib/karafka/web/pro/commanding/commands/partitions/resume.rb', line 18 def call Handlers::Partitions::Tracker.instance << command # Publish back info on who did this with all the details for inspection acceptance(command.to_h) end |