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