Class EndpointNode

java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
Direct Known Subclasses:
ErrorCapableEndpointNode, MessageHandlerNode

public abstract class EndpointNode extends IntegrationNode
Base class for all endpoints.
Since:
4.3
Author:
Gary Russell
  • Constructor Details

    • EndpointNode

      protected EndpointNode(int nodeId, String name, Object nodeObject, String output)
  • Method Details

    • getOutput

      public String getOutput()