Class ErrorCapableRoutingNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.MessageHandlerNode
org.springframework.integration.graph.RoutingMessageHandlerNode
org.springframework.integration.graph.ErrorCapableRoutingNode
- All Implemented Interfaces:
ErrorCapableNode, SendTimersAware
Represents an endpoint that can route to multiple channels and can emit errors
(pollable endpoint).
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ConstructorsConstructorDescriptionErrorCapableRoutingNode(int nodeId, String name, MessageHandler handler, String input, @Nullable String output, @Nullable String errors, Collection<String> routes) -
Method Summary
Methods inherited from class RoutingMessageHandlerNode
getRoutesMethods inherited from class MessageHandlerNode
getInput, getSendTimers, sendTimersMethods inherited from class EndpointNode
getOutputMethods inherited from class IntegrationNode
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
-
Constructor Details
-
ErrorCapableRoutingNode
public ErrorCapableRoutingNode(int nodeId, String name, MessageHandler handler, String input, @Nullable String output, @Nullable String errors, Collection<String> routes)
-
-
Method Details
-
getErrors
- Specified by:
getErrorsin interfaceErrorCapableNode
-