Send message
Id of the message in the database
Change the message status. Also creates user or message if they don't exist
Start delivering the message Method creates new message in the DB with the status CREATED and handles all errors
Common method for all heirs to implement Starts the delivery of the message
Get the message information with all status changes This method explicitly gets the history of the statuses for the speed-up
Generated using TypeDoc
Common abstract class for all drivers