Returns the distribution scope for a specified listenerDef.
Declaration
tibas_status tibasListenerDef_GetDistributionScope
(tibasListenerDef listenerDef,
tibas_distributionScope* distributionScope)
Parameters
Parameter |
Description |
listenerDef |
The TIBCO ActiveSpaces entity on which the function is invoked. |
distributionScope |
The distribution for the specified listenerDef. Can be either TIBAS_DISTRIBUTION_SCOPE_ALL or TIBAS_DISTRIBUTION_SCOPE_SEEDED. |
Remarks
Use the tibasListenerDef_GetDistributionScope() function to return the distribution scope for a specified listenerDef.
The distribution scope can be:
- TIBAS_DISTRIBUTION_SCOPE_ALL
- (default setting) The listener listens to events related to all tuples in the space.
- TIBAS_DISTRIBUTION_SCOPE_SEEDED
- The listener listens only to events associated with the tuples in the space that are seeded by this member.
Copyright © Cloud Software Group, Inc. All rights reserved.