Class: PgEventstore::SubscriptionsLifecycle

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pg_eventstore/subscriptions/subscriptions_lifecycle.rb,
sig/pg_eventstore/subscriptions/subscriptions_lifecycle.rbs

Constant Summary collapse

HEARTBEAT_INTERVAL =

Returns number of seconds between heartbeat updates.

Returns:

  • (Integer)

    number of seconds between heartbeat updates

10