Subscription class

The Subscription class implements the functionality of subscription to messages. A subscription object is used to store messages of a specific type until they are requested by the recipient. The subscription object defines the recipients of stored messages.

Subscriptions are stored at message endpoints to a message bus. If the message endpoint object that stores the subscription object is deleted, the subscription object is also deleted. Messages defined by this subscription stop being transmitted.

Each subscription object has the following attributes:

Page top