Baz.NormalizedSinks.NormalizedSinkStore (baz v0.0.16)

Link to this section Summary

Link to this section Types

@type key() :: atom()
Link to this type

normalized_sink()

@type normalized_sink() :: module()
@type resource() :: atom()
@type store_id() :: atom()

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

find(resource, store_id \\ :default)

Link to this function

process_name(store_id)

@spec process_name(store_id()) :: atom()
Link to this function

put(resource, normalized_sinks, store_id \\ :default)

Link to this function

start_link(args)

@spec start_link(keyword()) :: GenServer.on_start()