Class: Heller::Message
- Inherits:
-
Kafka::Producer::KeyedMessage
- Object
- Kafka::Producer::KeyedMessage
- Heller::Message
- Defined in:
- lib/heller/message.rb
Instance Method Summary collapse
-
#initialize(topic, message, key = nil) ⇒ Message
constructor
A new instance of Message.
Constructor Details
#initialize(topic, message, key = nil) ⇒ Message
Returns a new instance of Message.
5 6 7 |
# File 'lib/heller/message.rb', line 5 def initialize(topic, , key = nil) super(topic, key, ) end |