| Interface | Description |
|---|---|
| MessageBus |
A strategy interface used to bind a
MessageChannel to a logical name. |
| Class | Description |
|---|---|
| Bridge |
Represents a Bridge between a specified channel and an endpoint.
|
| LocalMessageBus |
A simple implementation of
MessageBus for in-process use. |
| MessageBusAwareChannelResolver |
A
ChannelResolver 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 |