public class PriorityChannelSpec extends MessageChannelSpec<PriorityChannelSpec,PriorityChannel>
channel
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
PriorityChannelSpec |
capacity(int capacity) |
PriorityChannelSpec |
comparator(Comparator<Message<?>> comparator) |
protected PriorityChannel |
doGet() |
PriorityChannelSpec |
messageStore(PriorityCapableChannelMessageStore messageGroupStore,
Object groupId) |
datatype, getComponentsToRegister, id, interceptor, messageConverter, wireTap, wireTap, wireTap
_this, get, getId, getObject, getObjectType, isSingleton
public PriorityChannelSpec capacity(int capacity)
public PriorityChannelSpec comparator(Comparator<Message<?>> comparator)
public PriorityChannelSpec messageStore(PriorityCapableChannelMessageStore messageGroupStore, Object groupId)
protected PriorityChannel doGet()
doGet
in class MessageChannelSpec<PriorityChannelSpec,PriorityChannel>