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.
|
Modifier and Type | Method and Description |
---|---|
Topic |
JCSMPSession.createTemporaryTopic()
Creates a temporary Topic for this Session.
|
Topic |
JCSMPFactory.createTopic(String name)
Creates a new
Topic instance for name . |
Topic |
JCSMPFactory.createTopic(TopicProperties props)
Creates a new
Topic instance from props . |
Topic |
CacheEventMessage.getCacheRequestTopic()
Returns the topic the cache data was for.
|
Topic |
CacheSessionProperties.getCacheTopic()
Gets the Topic for the cache request.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheRequestListener.onComplete(Long requestId,
Topic topic,
CacheRequestResult result)
Called when an asynchronous cache request completes.
|
void |
CacheRequestListener.onException(Long requestId,
Topic topic,
JCSMPException exception)
Called when an asynchronous cache request ends with an error.
|
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.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.