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 FlowHandle |
Solclient.Allocator.newFlowHandle()
Allocates a new
FlowHandle , this is an "unbound" handle that can be used with
SessionHandle.createFlowForHandle()
TransactedSessionHandle.createFlowForHandle()
|
Modifier and Type | Method and Description |
---|---|
void |
FlowEventCallback.onEvent(FlowHandle handle) |
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.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.