tibemsSubscriptionInfo
Type
Purpose
Represent a subscription in the server.
Function | Description |
---|---|
tibemsSubscriptionInfo_Destroy
|
Destroy a
subscriptionInfo object.
|
tibemsSubscriptionInfo_GetConsumerCount
|
Get the number of consumers for this subscription. |
tibemsSubscriptionInfo_GetCreateTime
|
Get a subscription’s creation time in milliseconds. |
tibemsSubscriptionInfo_GetID
|
Get the subscription’s unique ID. |
tibemsSubscriptionInfo_GetName
|
Get the name of the subscription. |
tibemsSubscriptionInfo_GetPendingMessageCount
|
Get the number of pending messages for a subscription. |
tibemsSubscriptionInfo_GetPendingMessageSize
|
Get the combined size of pending messages for a subscription. |
tibemsSubscriptionInfo_GetSelector
|
Return this subscription's selector. |
tibemsSubscriptionInfo_GetTopicName
|
Get the topic name that this subscription is for. |
tibemsSubscriptionInfo_HasSelector
|
Get whether the subscription has a selector. |
tibemsSubscriptionInfo_IsDurable
|
Get whether this is a durable subscription. |
tibemsSubscriptionInfo_IsShared
|
Get whether this is a shared subscription. |
Related Types
Subtopics