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
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def commit_lsn @commit_lsn end |
#committed_at ⇒ Object (readonly)
Returns the value of attribute committed_at
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def committed_at @committed_at end |
#events ⇒ Object (readonly)
Returns the value of attribute events
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def events @events end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def @metadata end |
#source_position ⇒ Object (readonly)
Returns the value of attribute source_position
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def source_position @source_position end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
10 11 12 |
# File 'lib/mammoth/dead_letter_commands.rb', line 10 def transaction_id @transaction_id end |