Class MessageGatewayNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.ErrorCapableEndpointNode
org.springframework.integration.graph.MessageGatewayNode
- All Implemented Interfaces:
ErrorCapableNode
,SendTimersAware
Represents an inbound gateway.
- Since:
- 4.3
- Author:
- Gary Russell, Artem Bilan
-
Constructor Summary
ConstructorsConstructorDescriptionMessageGatewayNode
(int nodeId, String name, MessagingGatewaySupport gateway, @Nullable String output, @Nullable String errors) -
Method Summary
Modifier and TypeMethodDescription@Nullable SendTimers
void
sendTimers
(Supplier<SendTimers> timers) 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
-
MessageGatewayNode
public MessageGatewayNode(int nodeId, String name, MessagingGatewaySupport gateway, @Nullable String output, @Nullable String errors)
-
-
Method Details
-
sendTimers
- Specified by:
sendTimers
in interfaceSendTimersAware
-
getSendTimers
-