Class: Rimless::Consumer::Base::JobContextCoordinator
- Inherits:
-
Struct
- Object
- Struct
- Rimless::Consumer::Base::JobContextCoordinator
- Defined in:
- lib/rimless/consumer/base.rb
Overview
A structure for Karafka::BaseConsumer#coodinator, within job contexts.
rubocop:disable Lint/StructNewOverride – because :partition is
expected to be overwritten
Instance Attribute Summary collapse
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Attribute Details
#partition ⇒ Object
Returns the value of attribute partition
39 40 41 |
# File 'lib/rimless/consumer/base.rb', line 39 def partition @partition end |
#topic ⇒ Object
Returns the value of attribute topic
39 40 41 |
# File 'lib/rimless/consumer/base.rb', line 39 def topic @topic end |