![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasListenerDef_GetTimeScope
The time scope can be TIBAS_TIME_SCOPE_SNAPSHOT, TIBAS_TIME_SCOPE_NEW, TIBAS_TIME_SCOPE_NEW_EVENTS, or TIBAS_TIME_SCOPE_ALL.Use the tibasListenerDef_GetTimeScope() function to return the time scope attribute for a specified listenerDef.
• TIBAS_TIME_SCOPE_ALL The listener starts with all the tuples currently in the space at creation time (which will be presented as an initial set of PUT events) and then is continuously updated according to changes in the space.
• TIBAS_TIME_SCOPE_SNAPSHOT The listener contains only PUT events corresponding to the tuples stored in the space at creation time.
• TIBAS_TIME_SCOPE_NEW The listener starts empty and is updated only with events related to new or updated tuples in the space.
• TIBAS_TIME_SCOPE_NEW_EVENTS The listener starts empty and is updated with all events that occur in the space after creation time.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |