| Interface | Description |
|---|---|
| BusProperties |
Common bus properties.
|
| MessageBus |
A strategy interface used to bind a
MessageChannel to a logical name. |
| PartitionKeyExtractorStrategy |
Strategy for extracting a partition key from a Message.
|
| PartitionSelectorStrategy |
Strategy for determining the partition to which a message should be sent.
|
| Class | Description |
|---|---|
| AbstractBusPropertiesAccessor |
Base class for bus-specific property accessors; common properties
are defined here.
|
| Binding |
Represents a binding between a module's channel and an adapter endpoint that connects to the MessageBus.
|
| EmbeddedHeadersMessageConverter |
Encodes requested headers into payload.
|
| MessageBusSupport | |
| MessageBusSupport.DirectHandler | |
| MessageBusSupport.PartitioningMetadata | |
| MessageBusSupport.SetBuilder | |
| StringConvertingContentTypeResolver |
A
DefaultContentTypeResolver that can parse String values. |
| Exception | Description |
|---|---|
| MessageBusException |
Exception thrown to indicate a message bus error (most
likely a configuration error).
|