org.springframework.integration.channel
Class RendezvousChannel
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.channel.AbstractMessageChannel
org.springframework.integration.channel.AbstractPollableChannel
org.springframework.integration.channel.QueueChannel
org.springframework.integration.channel.RendezvousChannel
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, MessageChannel, PollableChannel, NamedComponent
public class RendezvousChannel
- extends QueueChannel
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).
- Author:
- Mark Fisher
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getTaskScheduler, onInit, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setTaskScheduler, toString, writeMessageHistory |
RendezvousChannel
public RendezvousChannel()
Copyright © 2010. All Rights Reserved.