|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueueChannelOperations
Operations available on a channel that has queuing semantics.
| Method Summary | |
|---|---|
java.util.List<Message<?>> |
clear()
Remove all Messages from this channel. |
int |
getQueueSize()
Return the current number of queued Messages in this channel. |
int |
getRemainingCapacity()
Return the remaining capacity of this channel. |
java.util.List<Message<?>> |
purge(MessageSelector selector)
Remove any Messages that are not accepted by the provided selector. |
| Method Detail |
|---|
java.util.List<Message<?>> clear()
Messages from this channel.
java.util.List<Message<?>> purge(MessageSelector selector)
Messages that are not accepted by the provided selector.
int getQueueSize()
Messages in this channel.
int getRemainingCapacity()
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||