Class: Pgoutput::Client::FeedbackData Private
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::FeedbackData
- Defined in:
- lib/pgoutput/client/feedback.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Internal immutable base class generated by ‘Data.define` for Feedback.
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
8 9 10 |
# File 'lib/pgoutput/client/feedback.rb', line 8 def applied_lsn @applied_lsn end |
#client_clock ⇒ Object (readonly)
Returns the value of attribute client_clock
8 9 10 |
# File 'lib/pgoutput/client/feedback.rb', line 8 def client_clock @client_clock end |
#flushed_lsn ⇒ Object (readonly)
Returns the value of attribute flushed_lsn
8 9 10 |
# File 'lib/pgoutput/client/feedback.rb', line 8 def flushed_lsn @flushed_lsn end |
#received_lsn ⇒ Object (readonly)
Returns the value of attribute received_lsn
8 9 10 |
# File 'lib/pgoutput/client/feedback.rb', line 8 def received_lsn @received_lsn end |
#reply_requested ⇒ Object (readonly)
Returns the value of attribute reply_requested
8 9 10 |
# File 'lib/pgoutput/client/feedback.rb', line 8 def reply_requested @reply_requested end |