Class: Pgoutput::Client::FeedbackData Private

Inherits:
Data
  • Object
show all
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

Feedback

Instance Attribute Summary collapse

Instance Attribute Details

#applied_lsnObject (readonly)

Returns the value of attribute applied_lsn

Returns:

  • (Object)

    the current value of applied_lsn



8
9
10
# File 'lib/pgoutput/client/feedback.rb', line 8

def applied_lsn
  @applied_lsn
end

#client_clockObject (readonly)

Returns the value of attribute client_clock

Returns:

  • (Object)

    the current value of client_clock



8
9
10
# File 'lib/pgoutput/client/feedback.rb', line 8

def client_clock
  @client_clock
end

#flushed_lsnObject (readonly)

Returns the value of attribute flushed_lsn

Returns:

  • (Object)

    the current value of flushed_lsn



8
9
10
# File 'lib/pgoutput/client/feedback.rb', line 8

def flushed_lsn
  @flushed_lsn
end

#received_lsnObject (readonly)

Returns the value of attribute received_lsn

Returns:

  • (Object)

    the current value of received_lsn



8
9
10
# File 'lib/pgoutput/client/feedback.rb', line 8

def received_lsn
  @received_lsn
end

#reply_requestedObject (readonly)

Returns the value of attribute reply_requested

Returns:

  • (Object)

    the current value of reply_requested



8
9
10
# File 'lib/pgoutput/client/feedback.rb', line 8

def reply_requested
  @reply_requested
end