| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl.solcache |
| Modifier and Type | Method and Description |
|---|---|
CacheRequestResult |
CacheEventMessage.getCacheRequestResult()
Returns the result of the cache request.
|
CacheRequestResult |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction)
Send a synchronous cache request message.
|
CacheRequestResult |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction)
Send a synchronous cache request message.
|
static CacheRequestResult |
CacheRequestResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRequestResult[] |
CacheRequestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRequestListener.onComplete(Long requestId,
Topic topic,
CacheRequestResult result)
Called when an asynchronous cache request completes.
|
| Modifier and Type | Method and Description |
|---|---|
CacheRequestResult |
CacheEventMessageImpl.getCacheRequestResult() |
CacheRequestResult |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction) |
CacheRequestResult |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction) |
CacheRequestResult |
CacheRequest.waitForResponse() |
| Constructor and Description |
|---|
CacheCompleteNotification(CacheRequestListener listener,
Long requestId,
Topic topic,
CacheRequestResult result) |
CacheEventMessageImpl(Long id,
Topic topic,
CacheRequestResult result) |
Copyright 2004-2021 Solace Corporation. All rights reserved.