Stopsel.Message (stopsel v0.1.0) View Source
Represents a text message.
A message has the original content, against which was matched against, assigns and parameters.
Assigns can be arbitrarily added to the message,
parameters on the other are assigned from the Stopsel.Invoker and
contain the parameters that were declared in the matching route.
Link to this section Summary
Functions
Adds many assigns or overwrites them.
Adds an assign to the message or overwrites it.
Prevents a message from advancing further down the pipeline.
Adds an parameter to the message or overwrites it.
Adds many parametewrs or overwrites them.
Link to this section Types
Link to this section Functions
Specs
Adds many assigns or overwrites them.
Specs
Adds an assign to the message or overwrites it.
Specs
halt(t()) :: halted_message()
Prevents a message from advancing further down the pipeline.
Specs
Adds an parameter to the message or overwrites it.
Specs
Adds many parametewrs or overwrites them.