ViaUtils.Comms (via_utils v0.2.0) View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
cast_global_msg_to_group(operator_name, message, sender, group \\ nil)
View SourceSpecs
Link to this function
cast_local_msg_to_group(operator_name, message, sender, group \\ nil)
View SourceSpecs
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
deliver_msg_to_group(operator_name, delivery_method, message, sender, group, global_or_local)
View Source
Link to this function
send_global_msg_to_group(operator_name, message, sender, group \\ nil)
View SourceSpecs
Link to this function
send_local_msg_to_group(operator_name, message, sender, group \\ nil)
View SourceSpecs
Specs
Link to this function