Class: PgEventstore::EventGlobalIndex::RevisionCheckRepr
- Inherits:
-
Object
- Object
- PgEventstore::EventGlobalIndex::RevisionCheckRepr
- Defined in:
- lib/pg_eventstore/event_global_index.rb,
sig/pg_eventstore/event_global_index.rbs
Overview
EventGlobalIndex representation for revision validation in #append_to_stream
Instance Attribute Summary collapse
Method Summary
Methods included from PgEventstore::Extensions::OptionsExtension
included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error
Instance Attribute Details
#sequence_number ⇒ Integer
88 |
# File 'lib/pg_eventstore/event_global_index.rb', line 88 attribute(:sequence_number) |
#stream_revision ⇒ Integer
85 |
# File 'lib/pg_eventstore/event_global_index.rb', line 85 attribute(:stream_revision) |