Module: LaunchDarkly::Interfaces::DataStore::UpdateSink

Included in:
LaunchDarkly::Impl::DataStore::UpdateSink
Defined in:
lib/ldclient-rb/interfaces/data_store.rb

Overview

Interface that a data store implementation can use to report information back to the SDK.

Instance Method Summary collapse

Instance Method Details

#update_status(status) ⇒ Object

Reports a change in the data store's operational status.

This is what makes the status monitoring mechanisms in StatusProvider work.

Parameters:

  • status (Status)

    the updated status properties



79
80
# File 'lib/ldclient-rb/interfaces/data_store.rb', line 79

def update_status(status)
end