インターフェース SubscribableChannelManagement

すべての既知の実装クラス:
AbstractExecutorChannelAbstractSubscribableChannelDirectChannelExecutorChannelPartitionedChannelPostgresSubscribableChannelPublishSubscribeChannel

public interface SubscribableChannelManagement
サブスクライブ可能なチャネルのメトリクス。
導入:
4.3.6
作成者:
Gary Russell
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    int
    このチャネルに現在サブスクライブしているメッセージハンドラーの数。
  • メソッドの詳細

    • getSubscriberCount

      @ManagedMetric(metricType=COUNTER, displayName="MessageChannel Subscriber Count") int getSubscriberCount()
      このチャネルに現在サブスクライブしているメッセージハンドラーの数。
      戻り値:
      サブスクライバーの数。