Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.31 KB

File metadata and controls

38 lines (19 loc) · 1.31 KB

Spring Integration graph (integrationgraph)

The integrationgraph endpoint exposes a graph containing all Spring Integration components.

Retrieving the Spring Integration Graph

To retrieve the information about the application, make a GET request to /actuator/integrationgraph, as shown in the following curl-based example:

The resulting response is similar to the following:

Response Structure

The response contains all Spring Integration components used within the application, as well as the links between them. More information about the structure can be found in the {url-spring-integration-docs}/graph.html[reference documentation].

Rebuilding the Spring Integration Graph

To rebuild the exposed graph, make a POST request to /actuator/integrationgraph, as shown in the following curl-based example:

This will result in a 204 - No Content response: