exred_node_trigger v0.2.0 Exred.Node.Trigger
Exred node prototype to trigger other nodes. It simply sends a message at regular intervals.
If the interval is set to 0 it’ll only send if it is manually triggered from the UI.
Inputs
none
Outputs
payload: the configured payload of the message
Configuration
interval: interval between two messages (in milliseconds)
payload: the message payload to be sent
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
daemon_child_specs/1 needs to return a list of child specs. These child processes will be started under the DaemonNodeSupervisor
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
daemon_child_specs/1 needs to return a list of child specs. These child processes will be started under the DaemonNodeSupervisor.
Callback implementation for Exred.NodePrototype.daemon_child_specs/1
.