See: Description
| Interface | Description |
|---|---|
| Message<T> |
A generic message representation with headers and body.
|
| MessageChannel |
Base channel interface defining common behavior for sending messages.
|
| MessageHandler |
Base interface for any component that handles Messages.
|
| MessageHeaders.IdGenerator | |
| PollableChannel |
Interface for Message Channels from which Messages may be actively received through
polling.
|
| SubscribableChannel |
Interface for any MessageChannel implementation that accepts subscribers.
|
| Class | Description |
|---|---|
| MessageHeaders |
The headers for a
Message |
| Exception | Description |
|---|---|
| MessageDeliveryException |
Exception that indicates an error occurred during message delivery.
|
| MessagingException |
The base exception for any failures related to messaging.
|