WalEx
v4.0.0
Pages
Modules
Mix
Tasks
Search documentation of WalEx
Settings
View Source
WalEx.Event.Dsl
(WalEx v4.0.0)
Summary
Functions
on_delete(name, filters \\ %{}, functions \\ [], do_block)
on_event(atom, do_block)
on_event(name, filters \\ %{}, functions \\ [], do_block)
on_insert(name, filters \\ %{}, functions \\ [], do_block)
on_update(name, filters \\ %{}, functions \\ [], do_block)
process_events_async(events, functions)
Functions
Link to this macro
on_delete(name, filters \\ %{}, functions \\ [], do_block)
View Source
(macro)
Link to this macro
on_event(atom, do_block)
View Source
(macro)
Link to this macro
on_event(name, filters \\ %{}, functions \\ [], do_block)
View Source
(macro)
Link to this macro
on_insert(name, filters \\ %{}, functions \\ [], do_block)
View Source
(macro)
Link to this macro
on_update(name, filters \\ %{}, functions \\ [], do_block)
View Source
(macro)
Link to this macro
process_events_async(events, functions)
View Source
(macro)