Class: PgEventstore::Partition
Instance Attribute Summary collapse
Method Summary
included, #initialize, #options_hash, #readonly!, #readonly?
Instance Attribute Details
#context ⇒ String
12
|
# File 'lib/pg_eventstore/partition.rb', line 12
option(:context)
|
#event_type ⇒ String?
18
|
# File 'lib/pg_eventstore/partition.rb', line 18
option(:event_type)
|
#id ⇒ Integer
9
|
# File 'lib/pg_eventstore/partition.rb', line 9
option(:id)
|
#stream_name ⇒ String?
15
|
# File 'lib/pg_eventstore/partition.rb', line 15
option(:stream_name)
|
#table_name ⇒ String
21
|
# File 'lib/pg_eventstore/partition.rb', line 21
option(:table_name)
|