tai v0.0.54 Tai.Markets.QuoteStore
Link to this section Summary
Functions
Callback implementation for Stored.Store.after_backend_create/0
.
Callback implementation for Stored.Store.after_put/1
.
Callback implementation for Stored.Store.backend_created/0
.
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.handle_continue/2
.
Callback implementation for GenServer.init/1
.
upsert(record, store_id \\ :default)
deprecated
Link to this section Types
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
.
Link to this function
init(state)
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
upsert(record, store_id \\ :default)
This function is deprecated. Use Stored.Store.put/2 instead..