The MessageEndpoint
class implements an interface for accessing a message endpoint that subscribes to the messages and sends them using the message bus.
An object of the MessageEndpoint
class stores the message recipient ID and the subscription class key that is used to filter 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 with the specified IDs. To send messages, first add a subscription class key to the message endpoint object.
If you delete a message endpoint, the associated subscription classes are also deleted. Message transmission through this message endpoint stops.
Page top