Package | Description |
---|---|
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
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.