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, NamedComponent, PollableChannel, TrackableComponent, MessageChannel
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, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, onInit, setBeanFactory, setBeanName, setComponentName, setTaskScheduler, toString |
RendezvousChannel
public RendezvousChannel()
Copyright © 2010. All Rights Reserved.