Package | Description |
---|---|
com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
Modifier and Type | Method and Description |
---|---|
static XMLMessage.Outcome |
XMLMessage.Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLMessage.Outcome[] |
XMLMessage.Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerFlowProperties.addRequiredSettlementOutcomes(XMLMessage.Outcome... requiredOutcomes)
Controls whether a newly created flow is expected to support all specified settlement capability options.
|
void |
XMLMessage.settle(XMLMessage.Outcome outcome)
Settles a message in a requested way.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.