Interface Messages.IndexingListener

Enclosing class:
Messages

public static interface Messages.IndexingListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRetry(long attemptNumber)
     
    void
    onSuccess(long delaySinceFirstAttempt)
     
  • Method Details

    • onRetry

      void onRetry(long attemptNumber)
    • onSuccess

      void onSuccess(long delaySinceFirstAttempt)