|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMessageChannel | |
|---|---|
| org.springframework.integration.channel | |
| Uses of AbstractMessageChannel in org.springframework.integration.channel |
|---|
| Subclasses of AbstractMessageChannel in org.springframework.integration.channel | |
|---|---|
class |
AbstractPollableChannel
Base class for all pollable channels. |
class |
AbstractSubscribableChannel
Base implementation of MessageChannel that invokes the subscribed
handler(s) by delegating to a MessageDispatcher. |
class |
DirectChannel
A channel that invokes a single subscriber for each sent Message. |
class |
ExecutorChannel
An implementation of MessageChannel that delegates to an instance of
UnicastingDispatcher which in turn delegates all dispatching
invocations to an Executor. |
class |
PriorityChannel
A message channel that prioritizes messages based on a Comparator. |
class |
PublishSubscribeChannel
A channel that sends Messages to each of its subscribers. |
class |
QueueChannel
Simple implementation of a message channel. |
class |
RendezvousChannel
A zero-capacity version of QueueChannel that delegates to a
SynchronousQueue internally. |
|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||