Package | Description |
---|---|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
Modifier and Type | Class and Description |
---|---|
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 |
PublishSubscribeChannel
A channel that sends Messages to each of its subscribers.
|
Copyright © 2015. All rights reserved.