Class RoutingMessageHandlerNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.MessageHandlerNode
org.springframework.integration.graph.RoutingMessageHandlerNode
- All Implemented Interfaces:
SendTimersAware
- Direct Known Subclasses:
ErrorCapableRoutingNode
Represents an endpoint that can route to multiple channels.
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionRoutingMessageHandlerNode
(int nodeId, String name, MessageHandler handler, String input, String output, Collection<String> routes) -
Method Summary
Methods inherited from class org.springframework.integration.graph.MessageHandlerNode
getInput, getSendTimers, sendTimers
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
-
RoutingMessageHandlerNode
public RoutingMessageHandlerNode(int nodeId, String name, MessageHandler handler, String input, String output, Collection<String> routes)
-
-
Method Details
-
getRoutes
-