Class: Mammoth::CLI::DEAD_LETTER_TRANSACTION_ENVELOPE
- Inherits:
-
Data
- Object
- Data
- Mammoth::CLI::DEAD_LETTER_TRANSACTION_ENVELOPE
- Defined in:
- lib/mammoth/cli.rb
Overview
Internal replay envelope used for transaction dead-letter recovery.
Instance Attribute Summary collapse
-
#commit_lsn ⇒ Object
readonly
Returns the value of attribute commit_lsn.
-
#committed_at ⇒ Object
readonly
Returns the value of attribute committed_at.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#source_position ⇒ Object
readonly
Returns the value of attribute source_position.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
Instance Attribute Details
#commit_lsn ⇒ Object (readonly)
Returns the value of attribute commit_lsn
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def commit_lsn @commit_lsn end |
#committed_at ⇒ Object (readonly)
Returns the value of attribute committed_at
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def committed_at @committed_at end |
#events ⇒ Object (readonly)
Returns the value of attribute events
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def events @events end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def @metadata end |
#source_position ⇒ Object (readonly)
Returns the value of attribute source_position
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def source_position @source_position end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
9 10 11 |
# File 'lib/mammoth/cli.rb', line 9 def transaction_id @transaction_id end |