| Package | Description |
|---|---|
| org.springframework.integration.channel |
Provides classes representing various channel types.
|
| org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract MessageDispatcher |
AbstractSubscribableChannel.getDispatcher() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDispatcher
Base class for
MessageDispatcher implementations. |
class |
BroadcastingDispatcher
A broadcasting dispatcher implementation.
|
class |
UnicastingDispatcher
Implementation of
MessageDispatcher that will attempt to send a
Message to at most one of its handlers. |
Copyright © 2016. All rights reserved.