Class IntegrationGraphEndpoint
- java.lang.Object
- org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
@Endpoint(id="integrationgraph") public class IntegrationGraphEndpoint extends Object
Endpointto expose the Spring Integration graph.- Since:
- 2.1.0
Constructor Summary
Constructors Constructor Description IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer)Create a newIntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer.
Constructor Detail
IntegrationGraphEndpoint
public 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 Detail
graph
@ReadOperation public org.springframework.integration.graph.Graph graph()
rebuild
@WriteOperation public void rebuild()