Class: Pgoutput::Client::FeedbackData

Inherits:
Data
  • Object
show all
Defined in:
lib/pgoutput/client/feedback.rb

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



5
6
7
# File 'lib/pgoutput/client/feedback.rb', line 5

def applied_lsn
  @applied_lsn
end

#client_clockObject (readonly)

Returns the value of attribute client_clock

Returns:

  • (Object)

    the current value of client_clock



5
6
7
# File 'lib/pgoutput/client/feedback.rb', line 5

def client_clock
  @client_clock
end

#flushed_lsnObject (readonly)

Returns the value of attribute flushed_lsn

Returns:

  • (Object)

    the current value of flushed_lsn



5
6
7
# File 'lib/pgoutput/client/feedback.rb', line 5

def flushed_lsn
  @flushed_lsn
end

#received_lsnObject (readonly)

Returns the value of attribute received_lsn

Returns:

  • (Object)

    the current value of received_lsn



5
6
7
# File 'lib/pgoutput/client/feedback.rb', line 5

def received_lsn
  @received_lsn
end

#reply_requestedObject (readonly)

Returns the value of attribute reply_requested

Returns:

  • (Object)

    the current value of reply_requested



5
6
7
# File 'lib/pgoutput/client/feedback.rb', line 5

def reply_requested
  @reply_requested
end