Class: Pgoutput::Client::KeepaliveData

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

Direct Known Subclasses

Keepalive

Instance Attribute Summary collapse

Instance Attribute Details

#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/keepalive.rb', line 5

def reply_requested
  @reply_requested
end

#server_clockObject (readonly)

Returns the value of attribute server_clock

Returns:

  • (Object)

    the current value of server_clock



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

def server_clock
  @server_clock
end

#wal_endObject (readonly)

Returns the value of attribute wal_end

Returns:

  • (Object)

    the current value of wal_end



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

def wal_end
  @wal_end
end