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.
|
Modifier and Type | Method and Description |
---|---|
static FlowEvent |
Solclient.Allocator.newFlowEvent()
Allocates a new FlowEvent, this instance is to be used with the
FlowHandle.takeFlowEvent() method. |
Modifier and Type | Method and Description |
---|---|
FlowEvent |
FlowHandle.getFlowEvent()
This method returns a
FlowEvent instance in the context of
FlowEventCallback.onEvent() . |
Modifier and Type | Method and Description |
---|---|
void |
FlowHandle.takeFlowEvent(FlowEvent flowEvent,
boolean withInfoString)
This method clones the last
FlowEvent into the given
FlowEvent
The given FlowEvent is implementation specific and is
expected to be the one produced by
Allocator.newFlowEvent()
This call is valid while on the same thread and in context of
FlowEventCallback.onEvent() .
|
Copyright 2004-2024 Solace Corporation. All rights reserved.