Libraries
»
ruby-kafka
(1.5.0)
»
Index
»
Kafka
»
FetchedBatch
»
#last_offset
Method: Kafka::FetchedBatch#last_offset
Defined in:
lib/kafka/fetched_batch.rb
#
last_offset
⇒
Integer
(readonly)
Returns:
(
Integer
)
14 15 16
# File 'lib/kafka/fetched_batch.rb', line 14
def
last_offset
@last_offset
end