Interface | Description |
---|---|
DurableTopicSubscription |
Contains information about the subscribtion created
|
MessageReceivedListener |
User need to implement this interface in order to receive the message received events.
|
Enum | Description |
---|---|
DeliveryMode |
NCache provides a DeliveryOption enum which specifies how the message should be delivered to any registered subscribers.The delivery option is specified during message publishing phase.
|
TopicPriority |
Specifies the relative priority of topics stored in the Cache.
|
TopicSearchOptions |
Specifies the option through which the topic is searched by.
|