tai v0.0.52 Tai.Markets.QuoteStore

Link to this section Summary

Link to this section Types

Link to this type

store_id()

store_id() :: atom()

Link to this section Functions

Link to this function

after_backend_create()

Callback implementation for Stored.Store.after_backend_create/0.

Link to this function

after_put(record)

Callback implementation for Stored.Store.after_put/1.

Link to this function

all(store_id \\ :default)

Link to this function

backend_created()

Callback implementation for Stored.Store.backend_created/0.

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(key, store_id \\ :default)

Link to this function

handle_continue(atom, state)

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

Link to this function

put(record, store_id \\ :default)

Link to this function

start_link(args)

Link to this function

to_name(store_id)

to_name(store_id()) :: atom()
Link to this function

upsert(record, store_id \\ :default)

This function is deprecated. Use Stored.Store.put/2 instead..