|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.channel.factory.AbstractChannelFactory
org.springframework.integration.channel.factory.QueueChannelFactory
public class QueueChannelFactory
Default implementation of a ChannelFactory, which will create instances of a
QueueChannel.
| Field Summary | |
|---|---|
(package private) int |
queueCapacity
|
| Constructor Summary | |
|---|---|
QueueChannelFactory()
|
|
| Method Summary | |
|---|---|
protected AbstractMessageChannel |
createChannelInternal(DispatcherPolicy dispatcherPolicy)
Factory method to be overridden by subclasses. |
int |
getQueueCapacity()
|
void |
setQueueCapacity(int queueCapacity)
Sets the queue capacity for the newly created channels. |
| Methods inherited from class org.springframework.integration.channel.factory.AbstractChannelFactory |
|---|
getChannel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int queueCapacity
| Constructor Detail |
|---|
public QueueChannelFactory()
| Method Detail |
|---|
public int getQueueCapacity()
public void setQueueCapacity(int queueCapacity)
queueCapacity - protected AbstractMessageChannel createChannelInternal(DispatcherPolicy dispatcherPolicy)
AbstractChannelFactory
createChannelInternal in class AbstractChannelFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||