Phoenix events
v0.3.1
Pages
Modules
Search documentation of Phoenix events
Settings
View Source
PhoenixEvents.Event
(Phoenix events v0.3.1)
Summary
Functions
add_error(pid, error)
add_query(pid, query)
add_volatile(pid, key, value)
add_warning(pid, warning)
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
cleanup(pid)
finalize(pid)
finalize(pid, data)
maybe_add_volatile(key, value)
send(pid, options)
set_action(pid, action)
setup(pid, setup_func, params)
start_link(data)
wrap_in_event(the_request, action, callback)
Functions
Link to this function
add_error(pid, error)
View Source
Link to this function
add_query(pid, query)
View Source
Link to this function
add_volatile(pid, key, value)
View Source
Link to this function
add_warning(pid, warning)
View Source
Link to this function
child_spec(init_arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
cleanup(pid)
View Source
Link to this function
finalize(pid)
View Source
Link to this function
finalize(pid, data)
View Source
Link to this function
maybe_add_volatile(key, value)
View Source
Link to this function
send(pid, options)
View Source
Link to this function
set_action(pid, action)
View Source
Link to this function
setup(pid, setup_func, params)
View Source
Link to this function
start_link(data)
View Source
Link to this function
wrap_in_event(the_request, action, callback)
View Source