Baz.RawSinks.RawSinkStore (baz v0.0.17)

Link to this section Summary

Link to this section Types

@type key() :: atom()
@type raw_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, raw_sinks, store_id \\ :default)

Link to this function

start_link(args)

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