Method: Kafka::FetchedMessage#value

Defined in:
lib/kafka/fetched_message.rb

#valueString

Returns the value of the message.

Returns:

  • (String)

    the value of the message.



18
19
20
# File 'lib/kafka/fetched_message.rb', line 18

def value
  @message.value
end