Class: PgEventstore::EventGlobalIndex::WriteApiRepr
Overview
EventGlobalIndex representation that is used in Write API
Instance Attribute Summary collapse
Method Summary
included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error
Instance Attribute Details
#event_type_partition_id ⇒ Integer
72
|
# File 'lib/pg_eventstore/event_global_index.rb', line 72
attribute(:event_type_partition_id)
|
#global_position ⇒ Integer
69
|
# File 'lib/pg_eventstore/event_global_index.rb', line 69
attribute(:global_position)
|
#stream_revision ⇒ Integer
75
|
# File 'lib/pg_eventstore/event_global_index.rb', line 75
attribute(:stream_revision)
|