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.CacheRequestEventCode
long getRequestId()
int getReturnCode()
SolEnum.ReturnCode
int getSubCode()
SolEnum.SubCode
Copyright 2004-2024 Solace Corporation. All rights reserved.