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.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 |
AbstractAmqpChannel |
class |
PointToPointSubscribableAmqpChannel |
class |
PollableAmqpChannel
A
PollableChannel implementation that is backed by an AMQP Queue. |
class |
PublishSubscribeAmqpChannel |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmsChannel |
class |
PollableJmsChannel |
class |
SubscribableJmsChannel |
Modifier and Type | Class and Description |
---|---|
class |
SubscribableRedisChannel |
Copyright © 2015. All rights reserved.