Class: PgEventstore::Partition

Inherits:
Object
  • Object
show all
Includes:
Extensions::OptionsExtension
Defined in:
lib/pg_eventstore/partition.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Extensions::OptionsExtension

included, #initialize, #options_hash, #readonly!, #readonly?

Instance Attribute Details

#contextString

Returns:

  • (String)


12
# File 'lib/pg_eventstore/partition.rb', line 12

option(:context)

#event_typeString?

Returns:

  • (String, nil)


18
# File 'lib/pg_eventstore/partition.rb', line 18

option(:event_type)

#idInteger

Returns:

  • (Integer)


9
# File 'lib/pg_eventstore/partition.rb', line 9

option(:id)

#stream_nameString?

Returns:

  • (String, nil)


15
# File 'lib/pg_eventstore/partition.rb', line 15

option(:stream_name)

#table_nameString

Returns:

  • (String)


21
# File 'lib/pg_eventstore/partition.rb', line 21

option(:table_name)