public interface CacheSessionEvent
CacheSessionHandle.getCacheSessionEvent().
It is expected that applications will only call this method from the CacheSession onCacheSessionEvent().
The event callback is only invoked for asynchronous cache requests.
CacheSessionHandle.takeCacheSessionEvent() to get a cloned copy
of the last CacheSessionEvent
| Modifier and Type | Method and Description |
|---|---|
int |
getEnumCacheRequestEventCode() |
long |
getRequestId() |
int |
getReturnCode() |
int |
getSubCode() |
int getEnumCacheRequestEventCode()
SolEnum.CacheRequestEventCodelong getRequestId()
int getReturnCode()
SolEnum.ReturnCodeint getSubCode()
SolEnum.SubCodeCopyright 2004-2025 Solace Corporation. All rights reserved.