This abstract class represents the interface used to send messages to a mailbox.
Definition PostApi.h:31
virtual void post(Message &msg) noexcept=0
This operation is called by clients, which wish to send a message to the owner of this mailbox.
virtual void postSync(Message &msg) noexcept=0
This operation is called by clients which wish to send a message to the owner of this mailbox,...
SAP(SERVER &api, PostApi &mbox)
This constructor requires a reference to the request API and its associated mailbox/post-message API.
Definition SAP.h:64