| Package | Description |
|---|---|
| com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient). |
| com.solacesystems.solclientj.core.event |
Messaging API Event and Callback Interfaces
|
| com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableTopic |
Solclient.Allocator.newMutableTopic()
Creates a representation of a
MutableTopic
destination and allocates an empty name byteBuffer of max-topic-size (250 bytes). |
static MutableTopic |
Solclient.Allocator.newMutableTopic(java.nio.ByteBuffer topicNameBuffer)
Creates a representation of a
MutableTopic
destination with the given topicName stored in a ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
int |
MessageDispatcher.subscribe(MutableMessageDispatchTargetHandle in_out_mutableMessageDispatchTargetHandle,
MutableTopic subscription,
MessageCallback messagecallback,
boolean isLocalDispatchOnly,
int flags,
long correlationKey) |
| Modifier and Type | Method and Description |
|---|---|
MutableTopic |
MessageHandle.getDestination(MutableTopic mutableTopic)
Get the
Destination field (mutable topic), which is the
destination this message was published to. |
MutableTopic |
MessageHandle.getReplyTo(MutableTopic mutableTopic) |
| Modifier and Type | Method and Description |
|---|---|
MutableTopic |
MessageHandle.getDestination(MutableTopic mutableTopic)
Get the
Destination field (mutable topic), which is the
destination this message was published to. |
MutableTopic |
MessageHandle.getReplyTo(MutableTopic mutableTopic) |
Copyright 2004-2025 Solace Corporation. All rights reserved.