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.
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.
|