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

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

Overview

Need not exist?

Instance Attribute Summary

Attributes inherited from MessageStore::Read::Iterator

#batch, #batch_index, #starting_position

Class Method Summary collapse

Methods inherited from MessageStore::Read::Iterator

#advance_batch_index, #batch_depleted?, #batch_initialized?, #batch_size, configure, #get_batch, #last_position, #next, #next_batch_starting_position, #reset, #resupply, #stream_depleted?

Class Method Details

.buildObject

include Read::Iterator



159
160
161
# File 'lib/message_store/read/iterator.rb', line 159

def self.build()
  new
end