Solclient
CacheLiveDataAction Enumeration |
One of the live data actions must be chosen. The live
data action dictates the disposition of live data received while
the cache request is outstanding to the solCache. Additionally,
if FULFILL is chosen, the cache request itself is deemed
complete.
Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FULFILL | 2 | Consider the cache request finished when live data arrives that matches the topic. Wildcard cache requests must always be FlowThru. | |
QUEUE | 4 | Queue live data that arrives that matches the topic until the cache request completes. Wildcard cache requests must always be FlowThru. | |
FLOW_THRU | 8 | Pass through to the application live data that arrives that matches the topic while a cache request is outstanding. Wildcard cache requests must always be FlowThru. |
See Also