PersQueue v0.0.1 PersQueue.Message View Source
Module to manage a Message’s state.
Defines a PersQueue.Message
struct.
Link to this section Summary
Functions
Returns a new Message struct with defaults
Link to this section Types
Link to this section Functions
Link to this function
new(consumer, content)
View Source
new(consumer :: String.t(), content :: String.t()) :: PersQueue.Message.t()
Returns a new Message struct with defaults