|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.channel.AbstractMessageChannel
org.springframework.integration.channel.QueueChannel
org.springframework.integration.channel.RendezvousChannel
public class RendezvousChannel
A zero-capacity version of QueueChannel that delegates to a
SynchronousQueue internally. This accommodates "handoff" scenarios
(i.e. blocking while waiting for another party to send or receive).
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.channel.QueueChannel |
|---|
DEFAULT_CAPACITY |
| Constructor Summary | |
|---|---|
RendezvousChannel()
|
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.integration.channel.QueueChannel |
|---|
clear, doReceive, doSend, purge |
| Methods inherited from class org.springframework.integration.channel.AbstractMessageChannel |
|---|
addInterceptor, getName, receive, receive, send, send, setBeanName, setInterceptors, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RendezvousChannel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||