| 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.flow | |
| com.solacesystems.jcsmp.impl.solcache |
| Modifier and Type | Method and Description |
|---|---|
static CacheLiveDataAction |
CacheLiveDataAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheLiveDataAction[] |
CacheLiveDataAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CacheRequestResult |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction)
Send a synchronous cache request message.
|
void |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction,
CacheRequestListener listener)
Send an asynchronous cache request message.
|
CacheRequestResult |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction)
Send a synchronous cache request message.
|
void |
CacheSession.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction,
CacheRequestListener listener)
Send an asynchronous cache request message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowHandleImpl.addLiveTopicAction(CacheLiveDataAction action,
Topic topic,
LiveTopicListener listener) |
void |
LiveMessageController.addLiveTopicAction(CacheLiveDataAction action,
Topic topic,
LiveTopicListener listener) |
void |
FlowHandleImpl.removeLiveTopicAction(CacheLiveDataAction action,
Topic topic) |
void |
LiveMessageController.removeLiveTopicAction(CacheLiveDataAction action,
Topic topic) |
| Modifier and Type | Method and Description |
|---|---|
CacheLiveDataAction |
CacheRequestProperties.getLiveDataAction() |
| Modifier and Type | Method and Description |
|---|---|
CacheRequestResult |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction) |
void |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
boolean subscribe,
CacheLiveDataAction liveDataAction,
CacheRequestListener listener) |
CacheRequestResult |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction) |
void |
CacheSessionImpl.sendCacheRequest(Long requestId,
Topic topic,
long min,
long max,
boolean subscribe,
CacheLiveDataAction liveDataAction,
CacheRequestListener listener) |
Copyright 2004-2020 Solace Corporation. All rights reserved.