Class MessageChannelReference
java.lang.Object
org.springframework.integration.dsl.support.MessageChannelReference
- All Implemented Interfaces:
- MessageChannel
public class MessageChannelReference extends Object implements MessageChannel
An "artificial" 
MessageChannel implementation which will be unwrapped to the
 MessageChannel bean on the bean registration phase.
 For internal use only.- Since:
- 5.0
- Author:
- Artem Bilan
- See Also:
- IntegrationFlowBeanPostProcessor
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description MessageChannelReference(String name)
- 
Method Summary
- 
Constructor Details
- 
Method Details- 
getName
- 
send- Specified by:
- sendin interface- MessageChannel
 
- 
send- Specified by:
- sendin interface- MessageChannel
 
 
-