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 Summary
ConstructorDescriptionMessageSourceNode
(int nodeId, String name, MessageSource<?> messageSource, String output, String errors) -
Method Summary
Methods inherited from class org.springframework.integration.graph.ErrorCapableEndpointNode
getErrors
Methods inherited from class org.springframework.integration.graph.EndpointNode
getOutput
Methods inherited from class org.springframework.integration.graph.IntegrationNode
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
-
Constructor Details
-
MessageSourceNode
public MessageSourceNode(int nodeId, String name, MessageSource<?> messageSource, String output, String errors)
-
-
Method Details
-
getReceiveCounters
-
receiveCounters
- Specified by:
receiveCounters
in interfaceReceiveCountersAware
-