public class PriorityChannelSpec extends MessageChannelSpec<PriorityChannelSpec,PriorityChannel>
channelPARSER, target| Modifier | Constructor and Description |
|---|---|
protected |
PriorityChannelSpec() |
| 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, interceptor, messageConverter, wireTap, wireTap, wireTap_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stoppublic 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>