Module message

Module message 

Source
Expand description

Contains definitions and code for the messaging system

Modules§

__protected

Enums§

MessageError
Error type that will be returned if an error during the message polling or pushing occurred. It will indicate what the cause for the error was and return the original message in the push case.

Traits§

ReceiveMessage
Trait to handle an incoming message
ReturnMessage
Trait to handle an outgoing message