Class: Pgoutput::Client::FeedbackData
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::FeedbackData
- Defined in:
- lib/pgoutput/client/feedback.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#applied_lsn ⇒ Object
readonly
Returns the value of attribute applied_lsn.
-
#client_clock ⇒ Object
readonly
Returns the value of attribute client_clock.
-
#flushed_lsn ⇒ Object
readonly
Returns the value of attribute flushed_lsn.
-
#received_lsn ⇒ Object
readonly
Returns the value of attribute received_lsn.
-
#reply_requested ⇒ Object
readonly
Returns the value of attribute reply_requested.
Instance Attribute Details
#applied_lsn ⇒ Object (readonly)
Returns the value of attribute applied_lsn
5 6 7 |
# File 'lib/pgoutput/client/feedback.rb', line 5 def applied_lsn @applied_lsn end |
#client_clock ⇒ Object (readonly)
Returns the value of attribute client_clock
5 6 7 |
# File 'lib/pgoutput/client/feedback.rb', line 5 def client_clock @client_clock end |
#flushed_lsn ⇒ Object (readonly)
Returns the value of attribute flushed_lsn
5 6 7 |
# File 'lib/pgoutput/client/feedback.rb', line 5 def flushed_lsn @flushed_lsn end |
#received_lsn ⇒ Object (readonly)
Returns the value of attribute received_lsn
5 6 7 |
# File 'lib/pgoutput/client/feedback.rb', line 5 def received_lsn @received_lsn end |
#reply_requested ⇒ Object (readonly)
Returns the value of attribute reply_requested
5 6 7 |
# File 'lib/pgoutput/client/feedback.rb', line 5 def reply_requested @reply_requested end |