public static final class CacheSessionHandle.PROPERTIES
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_NAME
The identifier for the Distributed Cache to send cache requests to.
|
static java.lang.String |
MAX_AGE
The oldest message (in seconds) to retrieve from the cache.
|
static java.lang.String |
MAX_MSGS
The maximum number of messages to retrieve from the cache for any one Topic.
|
static java.lang.String |
REQUESTREPLY_TIMEOUT_MS
The timeout period (in milliseconds) to wait for a response from the cache.
|
Constructor and Description |
---|
PROPERTIES() |
public static final java.lang.String CACHE_NAME
public static final java.lang.String MAX_MSGS
public static final java.lang.String MAX_AGE
public static final java.lang.String REQUESTREPLY_TIMEOUT_MS
CacheSessionHandle.sendCacheRequest()
may lead to many request-reply exchanges with solCache and so is not bounded by this
timer as long as each internal request is satisfied in time.Copyright 2004-2024 Solace Corporation. All rights reserved.