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 MessageDispatchTargetHandle |
Solclient.Allocator.newMessageDispatchTargetHandle(Subscription subscription,
MessageCallback messageCallback,
boolean isLocalDispatchOnly)
|
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 |
---|---|
MessageCallback |
MessageDispatchTargetHandle.getMessageCallback() |
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 |
ContextHandle.createSessionForHandle(SessionHandle in_out_sessionHandle,
java.lang.String[] properties,
MessageCallback messageCallback,
SessionEventCallback sessionEventCallback)
Allocates a new session instance which will be bound to an unbound
SessionHandle
within a specified Context. |
Copyright 2004-2024 Solace Corporation. All rights reserved.