CacheLiveDataAction Enumeration

Solclient

CacheLiveDataAction Enumeration
version: 7.2.1.27
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
public enum CacheLiveDataAction
Public Enumeration CacheLiveDataAction
public enum class CacheLiveDataAction
Members
  Member nameValueDescription
FULFILL2 Consider the cache request finished when live data arrives that matches the topic. Wildcard cache requests must always be FlowThru.
QUEUE4 Queue live data that arrives that matches the topic until the cache request completes. Wildcard cache requests must always be FlowThru.
FLOW_THRU8 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