View Source cfclient_instance (cfclient v0.5.0-beta.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 instance is started by the cfclient application. More complex applications can start additional instances for a specific 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()}.