Uses of Class
org.springframework.integration.graph.IntegrationNode
Packages that use IntegrationNode
Package
Description
Provides classes related to the runtime object graph.
-
Uses of IntegrationNode in org.springframework.integration.graph
Subclasses of IntegrationNode in org.springframework.integration.graphModifier 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.Methods in org.springframework.integration.graph that return types with arguments of type IntegrationNodeConstructor parameters in org.springframework.integration.graph with type arguments of type IntegrationNodeModifierConstructorDescriptionGraph
(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links)