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

Included in:
LaunchDarkly::Impl::DataStore::UpdateSink
Defined in:
lib/ldclient-rb/interfaces.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



346
347
# File 'lib/ldclient-rb/interfaces.rb', line 346

def update_status(status)
end