MessageEndpoint class

The MessageEndpoint class implements an interface for accessing a message endpoint that subscribes to the messages and sends them using the message bus.

A MessageEndpoint object stores a set of Subscription objects used for filtering messages. A message bus can have multiple message endpoints.

Using the functions of the MessageEndpoint class, you can configure the exchange of messages between the backend and the framework objects. To send messages, first add a subscription object to the message endpoint object.

If you delete a message endpoint, the associated subscription objects are also deleted. Message transmission through this message endpoint stops.

Page top