Class IntegrationGraphEndpoint
java.lang.Object
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
@Endpoint to expose the Spring Integration graph.- Since:
- 2.1.0
- Author:
- Tim Ysewyn
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDescription of aGraph.
- 
Constructor SummaryConstructorsConstructorDescriptionIntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer) Create a newIntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer.
- 
Method Summary
- 
Constructor Details- 
IntegrationGraphEndpointpublic IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer) Create a newIntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer.- Parameters:
- graphServer- the integration graph server
 
 
- 
- 
Method Details- 
graph
- 
rebuild
 
-