类 IntegrationGraphEndpoint
- java.lang.Object
- org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
@Endpoint(id="integrationgraph") public class IntegrationGraphEndpoint extends Object
Endpointto expose the Spring Integration graph.- 从以下版本开始:
- 2.1.0
构造器概要
构造器 构造器 说明 IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer)Create a newIntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer.
构造器详细资料
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.- 参数:
graphServer- the integration graph server
方法详细资料
graph
@ReadOperation public org.springframework.integration.graph.Graph graph()
rebuild
@WriteOperation public void rebuild()