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 Summary
Modifier and TypeClassDescriptionstatic class
Description of aGraph
. -
Constructor Summary
ConstructorDescriptionIntegrationGraphEndpoint
(org.springframework.integration.graph.IntegrationGraphServer graphServer) Create a newIntegrationGraphEndpoint
instance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer
. -
Method Summary
-
Constructor Details
-
IntegrationGraphEndpoint
public IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer) Create a newIntegrationGraphEndpoint
instance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer
.- Parameters:
graphServer
- the integration graph server
-
-
Method Details
-
graph
-
rebuild
-