MessageBus
.See: Description
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 properies
are defined here.
|
Binding |
Represents a binding between a module's channel and an adapter endpoint that connects to the MessageBus.
|
BusTestUtils | |
LocalMessageBus |
A simple implementation of
MessageBus for in-process use. |
MessageBusAwareChannelResolver |
A
DestinationResolver implementation that first checks for any channel
whose name begins with a colon in the MessageBus . |
MessageBusAwareRouterBeanPostProcessor |
A
BeanPostProcessor that sets a MessageBusAwareChannelResolver on any bean of type
AbstractMappingMessageRouter within the context. |
MessageBusSupport | |
MessageBusSupport.DirectHandler | |
MessageBusSupport.SetBuilder | |
StrictContentTypeResolver |
A
StringConvertingContentTypeResolver that requires a the content-type to be present. |
StringConvertingContentTypeResolver |
A
DefaultContentTypeResolver that can parse String values. |
Exception | Description |
---|---|
MessageBusException |
Exception thrown to indicate a message bus error (most
likely a configuration error).
|
MessageBus
.