クラス IntegrationGraphEndpoint

java.lang.ObjectSE
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint

@Endpoint(id="integrationgraph") public class IntegrationGraphEndpoint extends ObjectSE
Spring Integration グラフを公開する @Endpoint
導入:
2.1.0
作成者:
Tim Ysewyn
  • コンストラクターの詳細

    • IntegrationGraphEndpoint

      public IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer)
      指定された IntegrationGraphServer 内のすべての Spring Integration コンポーネントを含むグラフを公開する新しい IntegrationGraphEndpoint インスタンスを作成します。
      パラメーター:
      graphServer - 統合グラフサーバー
  • メソッドの詳細