パッケージ twitter4j.v1

インタフェース RateLimitStatusListener


public interface RateLimitStatusListener
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    Called when the account or IP address is hitting the rate limit.
    onRateLimitStatus will be also called before this event.
    void
    Called when the response contains rate limit status.
  • メソッドの詳細

    • onRateLimitStatus

      void onRateLimitStatus(RateLimitStatusEvent event)
      Called when the response contains rate limit status.
      パラメータ:
      event - rate limit status event.
    • onRateLimitReached

      void onRateLimitReached(RateLimitStatusEvent event)
      Called when the account or IP address is hitting the rate limit.
      onRateLimitStatus will be also called before this event.
      パラメータ:
      event - rate limit status event.