Method: Kafka::FetchedMessage#create_time

Defined in:
lib/kafka/fetched_message.rb

#create_timeTime

Returns the timestamp of the message.

Returns:

  • (Time)

    the timestamp of the message.



33
34
35
# File 'lib/kafka/fetched_message.rb', line 33

def create_time
  @message.create_time
end