Uses of Class
org.springframework.integration.graph.IntegrationNode
Package
Description
Provides classes related to the runtime object graph.
-
Uses of IntegrationNode in org.springframework.integration.graph
Modifier and TypeClassDescriptionclass
Represents a composite message handler.class
Represents an endpoint that has a discard channel.class
Base class for all endpoints.class
Represents a composite message handler that can emit error messages (pollable endpoint).class
Represents an endpoint that has a discard channel and can emit errors (pollable endpoint).class
Represents nodes that can natively handle errors.class
Represents a message handler that can produce errors (pollable).class
Represents an endpoint that can route to multiple channels and can emit errors (pollable endpoint).class
Represents a message channel.class
Represents an inbound gateway.class
Represents a message handler.class
Represents an inbound message producer.class
Represents a message source.class
Represents a pollable channel.class
Represents an endpoint that can route to multiple channels.ModifierConstructorDescriptionGraph
(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links)