EII Message Bus C Reference
|
#include <msgbus.hpp>
Public Member Functions | |
~Publisher () | |
void | publish (MsgEnvelope *msg) |
Protected Member Functions | |
Publisher (void *msgbus_ctx, publisher_ctx_t *pub_ctx) | |
Friends | |
class | MsgbusContext |
EII Message Bus publisher wrapper.
|
protected |
Constructor
MsgbusContext
object. eii::msgbus::Publisher::~Publisher | ( | ) |
Destructor
void eii::msgbus::Publisher::publish | ( | MsgEnvelope * | msg | ) |
Publish a message over the EII message bus.
MsgEnvelope
by the calling application after this method is called.MsgbusException | Thrown if an error occurs in the message bus. |
msg | - MsgEnvelope to publish |