ark::local_storage::LocalStorageSubscriberUpdate

Defined in header “ark/local_storage/local_storage_subscriber.hh”.


A callback that is invoked when local storage is updated.

Variables

  • std::string stage_name
    Name of the stage providing the update.

  • std::string storage_namespace
    Storage namespace providing the update.

  • std::string key
    Name of the key being updated.

  • std::string value
    New value of the given key.