See: Description
| Interface | Description |
|---|---|
| ChannelResolver |
Strategy for resolving a name to a
MessageChannel. |
| HeaderChannelRegistry |
Implementations convert a channel to a name, retaining a reference to the channel keyed by the name.
|
| Class | Description |
|---|---|
| BeanFactoryChannelResolver |
ChannelResolver implementation based on a Spring BeanFactory. |
| Exception | Description |
|---|---|
| ChannelResolutionException |
Thrown by a ChannelResolver when it cannot resolve a channel name.
|