public static class SolEnum.CacheLiveDataAction
extends java.lang.Object
cacheSessionHandle.sendCacheRequest
method, it is possible that live
data can be received on the same topic while the cache request is in
progress. The CacheLiveDataAction parameter configures how the API will
handle this live data.Modifier and Type | Field and Description |
---|---|
static int |
FLOWTHRU
The cache request completes when the cache response is returned.
|
static int |
FULFILL
The cache request completes when the cache response is returned or
when live data that matches the cache request topic arrives,
whichever happens first.
|
static int |
QUEUE
The cache request completes when the cache response is returned.
|
Constructor and Description |
---|
CacheLiveDataAction() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int FULFILL
SolEnum.ReturnCode.OK
, unless part of the
response is flagged as suspect, in which case the response is
SolEnum.ReturnCode.INCOMPLETE
.public static final int QUEUE
public static final int FLOWTHRU
Copyright 2004-2024 Solace Corporation. All rights reserved.