Package | Description |
---|---|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.monitor |
Provides classes related to Spring Integration managed resources.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorityChannel
A message channel that prioritizes messages based on a
Comparator . |
class |
RendezvousChannel
A zero-capacity version of
QueueChannel that delegates to a
SynchronousQueue internally. |
Constructor and Description |
---|
ChannelPurger(MessageSelector selector,
QueueChannel... channels) |
ChannelPurger(QueueChannel... channels) |
Constructor and Description |
---|
QueueChannelMetrics(QueueChannel channel,
String name) |
Copyright © 2015. All rights reserved.