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 MessageDispatchTargetHandle |
Solclient.Allocator.newMessageDispatchTargetHandle(Subscription subscription,
MessageCallback messageCallback,
boolean isLocalDispatchOnly)
|
Modifier and Type | Method and Description |
---|---|
Subscription |
MessageDispatchTargetHandle.getSubscription() |
Modifier and Type | Method and Description |
---|---|
int |
SessionHandle.createFlowForHandle(FlowHandle in_out_flowHandle,
java.lang.String[] flowProperties,
Endpoint endpoint,
Subscription subscription,
MessageCallback messageCallback,
FlowEventCallback flowEventCallback)
Allocates a new flow instance which will be bound to an unbound
FlowHandle
within a specified Session. |
int |
TransactedSessionHandle.createFlowForHandle(FlowHandle in_out_flowHandle,
java.lang.String[] flowProperties,
Endpoint endpoint,
Subscription subscription,
MessageCallback messageCallback,
FlowEventCallback flowEventCallback)
Create a transacted consumer Flow within a specified Transacted Session.
|
int |
SessionHandle.subscribe(Endpoint endpoint,
Subscription subscription,
int flags,
long correlationKey)
Adds a Topic Subscription on the given Endpoint (if supported), Typically
this is done on a
Queue or
ClientName |
int |
SessionHandle.subscribe(Subscription subscription,
int subscribeFlags,
long correlationKey)
Adds a
Subscription to a Session. |
int |
SessionHandle.unsubscribe(Endpoint endpoint,
Subscription subscription,
int flags,
long correlationKey)
Removes a Topic Subscription from the given Endpoint (if supported).
|
int |
SessionHandle.unsubscribe(Subscription subscription,
int flags,
long correlationKey)
Removes a
Subscription from a Session. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTopic
Objects with the MutableTopic Interface represent a mutable solace topic.
|
interface |
Topic
Objects with the Topic Interface represent a solace topic.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.