Package | Description |
---|---|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorityChannel
A message channel that prioritizes messages based on a
Comparator . |
class |
QueueChannel
Simple implementation of a message channel.
|
class |
RendezvousChannel
A zero-capacity version of
QueueChannel that delegates to a
SynchronousQueue internally. |
Copyright © 2017. All rights reserved.