Class ErrorCapableMessageHandlerNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.MessageHandlerNode
org.springframework.integration.graph.ErrorCapableMessageHandlerNode
- All Implemented Interfaces:
- ErrorCapableNode,- SendTimersAware
Represents a message handler that can produce errors (pollable).
- Since:
- 4.3
- Author:
- Gary Russell
- 
Constructor SummaryConstructorsConstructorDescriptionErrorCapableMessageHandlerNode(int nodeId, String name, MessageHandler handler, String input, String output, String errors) 
- 
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- 
ErrorCapableMessageHandlerNodepublic ErrorCapableMessageHandlerNode(int nodeId, String name, MessageHandler handler, String input, String output, String errors) 
 
- 
- 
Method Details- 
getErrors- Specified by:
- getErrorsin interface- ErrorCapableNode
 
 
-