exred_node_suppress v0.1.0 Exred.Node.Suppress
Suppresses or filters incoming messages for configurable time periods.
###Inputs
topic :: string
if message suppression starts when triggered then a message with ‘_START’ topic triggers the suppression
otherwise topic is ignored
payload :: term | number
if suppressing a band then payload needs to be number (it’ll get compared to the less_then and greater_then limits)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Callback implementation for Exred.Library.NodePrototype.fire/1
Link to this section Functions
Link to this function
add_out_node(pid, new_out)
Link to this function
attributes()
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
fire(state)
Callback implementation for Exred.Library.NodePrototype.fire/1
.
Link to this function
get_category()
Link to this function
get_default_config()
Link to this function
get_name()
Link to this function
get_state(pid)
Link to this function
prepare()
Link to this function
set_out_nodes(pid, out_nodes)
Link to this function
start_link(list)