Contents
namespace solace.CacheLiveDataAction
solace.CacheLiveDataAction Enumeration of CacheLiveDataAction values, specifying how the CacheSession should handle live data associated with a cache request in progress.
Static Properties & Enumerations Top
Number |
FLOW_THRU
= 3
| ||
Number |
FULFILL
= 1
| ||
Number |
QUEUE
= 2
|
Static Properties & Enumerations Detail Top
static
public
Number
FLOW_THRU
= 3
3
Continue the outstanding cache request while allowing live data to flow through to the application. Note that wildcard cache requests must always be CacheLiveDataAction.FLOW_THRU.
static
public
Number
FULFILL
= 1
1
End the cache request when live data arrives that matches the topic. Note that wildcard cache requests must always be CacheLiveDataAction.FLOW_THRU.
static
public
Number
QUEUE
= 2
2
Queue arriving live data that matches the topic, until the cache request completes. Note that wildcard cache requests must always be {@link solace.CacheLiveDataAction.FLOW_THRU}.