Class: MessageStore::Read::Iterator::Substitute

Inherits:
Object
  • Object
show all
Includes:
MessageStore::Read::Iterator
Defined in:
lib/message_store/read/iterator.rb

Instance Attribute Summary

Attributes included from MessageStore::Read::Iterator

#batch, #batch_index, #starting_position

Class Method Summary collapse

Methods included from MessageStore::Read::Iterator

#advance_batch_index, #batch_depleted?, #get_batch, included, #next, #next_batch_starting_position, #reset, #resupply

Class Method Details

.buildObject



140
141
142
# File 'lib/message_store/read/iterator.rb', line 140

def self.build()
  new('some_stream_name')
end