Class: Mammoth::DeadLetterCommands::DEAD_LETTER_TRANSACTION_ENVELOPE
- Inherits:
-
Data
- Object
- Data
- Mammoth::DeadLetterCommands::DEAD_LETTER_TRANSACTION_ENVELOPE
- Defined in:
- lib/mammoth/dead_letter_commands.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
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def commit_lsn @commit_lsn end |
#committed_at ⇒ Object (readonly)
Returns the value of attribute committed_at
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def committed_at @committed_at end |
#events ⇒ Object (readonly)
Returns the value of attribute events
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def events @events end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def @metadata end |
#source_position ⇒ Object (readonly)
Returns the value of attribute source_position
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def source_position @source_position end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
11 12 13 |
# File 'lib/mammoth/dead_letter_commands.rb', line 11 def transaction_id @transaction_id end |