public class PriorityChannelSpec extends MessageChannelSpec<PriorityChannelSpec,org.springframework.integration.channel.PriorityChannel>
channel
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
protected org.springframework.integration.channel.PriorityChannel |
doGet() |
PriorityChannelSpec |
setCapacity(int capacity) |
PriorityChannelSpec |
setComparator(java.util.Comparator<org.springframework.messaging.Message<?>> comparator) |
datatype, id, interceptor, messageConverter
_this, get, getId
public PriorityChannelSpec setCapacity(int capacity)
public PriorityChannelSpec setComparator(java.util.Comparator<org.springframework.messaging.Message<?>> comparator)
protected org.springframework.integration.channel.PriorityChannel doGet()
doGet
in class MessageChannelSpec<PriorityChannelSpec,org.springframework.integration.channel.PriorityChannel>