| Class and Description |
|---|
| AmqpSubscriptionCreator
Creates a new listener for a queue on AMQP to receive "raw" AMQP messages.
|
| AmqpSubscriptionCreator.AmqpMessageHandler
Handles a message received via AMQP.
|
| AmqpSubscriptionCreator.ReceiptAction
Describes how to handle message confirmation on AMQP.
|
| ExchangeParameters
Holds and provides a
ExchangeParameters.Builder for the parameters of AMQP exchanges as commonly used throughout VATPlanner
configuration Properties. |
| ExchangeParameters.Builder
Builds
ExchangeParameters from Properties, falling back to configurable default values for
undefined parameters. |
| Message
Required to be implemented to make a message class compatible with
MessageCodec serialization/deserialization. |
| MessageSubscriptionCreator
Creates a new listener for a queue on AMQP to receive deserialized
Messages. |
| MessageSubscriptionCreator.MessageHandler |
| MessageSupplements
Provides additional information and actions to
MessageSubscriptionCreator.MessageHandlers. |
| MessageSupplements.Builder
Builder for
MessageSupplements. |
Copyright © 2025. All rights reserved.