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 SummaryConstructorsConstructorDescriptionRoutingMessageHandlerNode(int nodeId, String name, MessageHandler handler, String input, String output, Collection<String> routes) 
- 
Method SummaryMethods inherited from class org.springframework.integration.graph.MessageHandlerNodegetInput, getSendTimers, sendTimersMethods 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- 
RoutingMessageHandlerNodepublic RoutingMessageHandlerNode(int nodeId, String name, MessageHandler handler, String input, String output, Collection<String> routes) 
 
- 
- 
Method Details- 
getRoutes
 
-