Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Method and Description |
---|---|
PersistentMessageReceiverBuilder |
PersistentMessageReceiverBuilder.withRequiredMessageClientOutcomeOperationSupport(MessageAcknowledgementConfiguration.Outcome... requiredOutcomes) |
Modifier and Type | Method and Description |
---|---|
static MessageAcknowledgementConfiguration.Outcome |
MessageAcknowledgementConfiguration.Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageAcknowledgementConfiguration.Outcome[] |
MessageAcknowledgementConfiguration.Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageAcknowledgementConfiguration |
MessageAcknowledgementConfiguration.withRequiredMessageClientOutcomeOperationSupport(MessageAcknowledgementConfiguration.Outcome... requiredOutcomes)
Enables required support for all specified settlement options
|
Modifier and Type | Method and Description |
---|---|
void |
AcknowledgementSupport.settle(InboundMessage message,
MessageAcknowledgementConfiguration.Outcome settlementOutcome)
Settles a message in a requested way.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.