See: Description
| Interface | Description |
|---|---|
| ErrorCapableNode |
Nodes implementing this interface are capable of emitting errors.
|
| ReceiveCountersAware | |
| SendTimersAware |
| Class | Description |
|---|---|
| CompositeMessageHandlerNode |
Represents a composite message handler.
|
| CompositeMessageHandlerNode.InnerHandler | |
| DiscardingMessageHandlerNode |
Represents an endpoint that has a discard channel.
|
| EndpointNode |
Base class for all endpoints.
|
| ErrorCapableCompositeMessageHandlerNode |
Represents a composite message handler that can emit error messages
(pollable endpoint).
|
| ErrorCapableDiscardingMessageHandlerNode |
Represents an endpoint that has a discard channel and can emit errors
(pollable endpoint).
|
| ErrorCapableEndpointNode |
Represents nodes that can natively handle errors.
|
| ErrorCapableMessageHandlerNode |
Represents a message handler that can produce errors (pollable).
|
| ErrorCapableRoutingNode |
Represents an endpoint that can route to multiple channels and can emit errors
(pollable endpoint).
|
| Graph |
This object can be exposed, for example, as a JSON object over
HTTP.
|
| IntegrationGraphServer |
Builds the runtime object model graph.
|
| IntegrationNode |
Base class for all nodes.
|
| LinkNode |
Represents a link between nodes.
|
| MessageChannelNode |
Represents a message channel.
|
| MessageGatewayNode |
Represents an inbound gateway.
|
| MessageHandlerNode |
Represents a message handler.
|
| MessageProducerNode |
Represents an inbound message producer.
|
| MessageSourceNode |
Represents a message source.
|
| MicrometerNodeEnhancer |
Add micrometer metrics to the node.
|
| PollableChannelNode |
Represents a pollable channel.
|
| ReceiveCounters |
Counters for components that maintain receive counters.
|
| RoutingMessageHandlerNode |
Represents an endpoint that can route to multiple channels.
|
| SendTimers |
Success and failure timer stats.
|
| TimerStats |
Statistics captured from a timer meter.
|
| Enum | Description |
|---|---|
| LinkNode.Type |