Package | Description |
---|---|
org.springframework.integration.amqp.channel |
Provides classes related to AMQP-backed channels.
|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.jms |
Base package for JMS Support.
|
org.springframework.integration.redis.channel |
Provides classes related to Redis-backed channels.
|
Modifier and Type | Class and Description |
---|---|
class |
PointToPointSubscribableAmqpChannel |
class |
PublishSubscribeAmqpChannel |
Modifier and Type | Class and Description |
---|---|
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 |
PublishSubscribeChannel
A channel that sends Messages to each of its subscribers.
|
Constructor and Description |
---|
EventDrivenConsumer(SubscribableChannel inputChannel,
MessageHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SubscribableJmsChannel |
Modifier and Type | Class and Description |
---|---|
class |
SubscribableRedisChannel |
Copyright © 2018. All rights reserved.