Featureflow v0.1.0 Featureflow.Events View Source
This module implements functionality for Events pushing to featureflow.io server. See https://github.com/featureflow/featureflow-sdk-implementation-guide/blob/master/Implementation/7.FeatureflowEvents.md
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Adds the evaluation event to queue to push to the server
Registers new features on the server
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
evaluate(client, events)
View Sourceevaluate(Featureflow.Client.t(), [Featureflow.Event.t()]) :: :ok
Adds the evaluation event to queue to push to the server
Link to this function
register_features(client, features)
View Sourceregister_features(Featureflow.Client.t(), [Featureflow.FeatureRegistration.t()]) :: :ok
Registers new features on the server
Link to this function
start_link(api_key, client)
View Sourcestart_link(String.t(), Featureflow.Client.t()) :: GenServer.on_start()