Class: Karafka::Routing::Features::Deserializers::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Routing::Features::Deserializers::Config
- Defined in:
- lib/karafka/routing/features/deserializers/config.rb
Overview
Config of this feature
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#key ⇒ Object
Returns the value of attribute key.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
8 9 10 |
# File 'lib/karafka/routing/features/deserializers/config.rb', line 8 def active @active end |
#headers ⇒ Object
Returns the value of attribute headers
8 9 10 |
# File 'lib/karafka/routing/features/deserializers/config.rb', line 8 def headers @headers end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/karafka/routing/features/deserializers/config.rb', line 8 def key @key end |
#payload ⇒ Object
Returns the value of attribute payload
8 9 10 |
# File 'lib/karafka/routing/features/deserializers/config.rb', line 8 def payload @payload end |