Class MessageSourceNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.ErrorCapableEndpointNode
org.springframework.integration.graph.MessageSourceNode
- All Implemented Interfaces:
- ErrorCapableNode,- ReceiveCountersAware
Represents a message source.
- Since:
- 4.3
- Author:
- Gary Russell, Artem Bilan
- 
Constructor SummaryConstructorsConstructorDescriptionMessageSourceNode(int nodeId, String name, MessageSource<?> messageSource, String output, String errors) 
- 
Method SummaryMethods inherited from class org.springframework.integration.graph.ErrorCapableEndpointNodegetErrorsMethods inherited from class org.springframework.integration.graph.EndpointNodegetOutputMethods inherited from class org.springframework.integration.graph.IntegrationNodeaddProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
- 
Constructor Details- 
MessageSourceNodepublic MessageSourceNode(int nodeId, String name, MessageSource<?> messageSource, String output, String errors) 
 
- 
- 
Method Details- 
getReceiveCounters
- 
receiveCounters- Specified by:
- receiveCountersin interface- ReceiveCountersAware
 
 
-