Method: Kafka::FetchedMessage#create_time
- Defined in:
- lib/kafka/fetched_message.rb
#create_time ⇒ Time
Returns the timestamp of the message.
33 34 35 |
# File 'lib/kafka/fetched_message.rb', line 33 def create_time @message.create_time end |