View Source cfclient_instance (cfclient v3.0.1)

Feature flags client instance.

It creates the ETS tables used to cache flag data from the server and flag usage metrics. It runs periodic tasks to pull data from the server and send metrics to it.

An default instance is started by the cfclient application. Additional instances can be started if multiple Harness projects need to be used. project.

Link to this section Summary

Link to this section Functions

Link to this function

handle_call(_, From, State)

View Source
-spec start_link(proplists:proplist()) -> {ok, pid()} | ignore | {error, term()}.
-spec stop(map()) -> ok | {error, not_found, term()}.