Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
com.solacesystems.solclientj.core.resource |
Interface definitions for key messaging objects.
|
Modifier and Type | Method and Description |
---|---|
static Topic |
Solclient.Allocator.newTopic(java.lang.String topicName)
Creates a representation of non-temporary
Topic
destination wih the given topicName. |
Modifier and Type | Method and Description |
---|---|
Topic |
SessionHandle.createTemporaryTopic()
Creates a temporary Topic for this session (with auto generated name).
|
Modifier and Type | Method and Description |
---|---|
int |
CacheSessionHandle.sendCacheRequest(long requestId,
Topic topic,
int cacheRequestFlags,
int liveDataAction,
int subscribeFlags)
Sends a cache request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTopic
Objects with the MutableTopic Interface represent a mutable solace topic.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.