Class MessageProducerNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.ErrorCapableEndpointNode
org.springframework.integration.graph.MessageProducerNode
- All Implemented Interfaces:
ErrorCapableNode
Represents an inbound message producer.
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionMessageProducerNode
(int nodeId, String name, MessageProducerSupport producer, 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
-
MessageProducerNode
public MessageProducerNode(int nodeId, String name, MessageProducerSupport producer, String output, String errors)
-