Interface RetryEvent

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the ID of the Retry.
        Returns:
        the ID of the Retry
      • getNumberOfRetryAttempts

        int getNumberOfRetryAttempts()
        Returns the number of retry attempts.
        Returns:
        the the number of retry attempts
      • getEventType

        RetryEvent.Type getEventType()
        Returns the type of the Retry event.
        Returns:
        the type of the Retry event
      • getCreationTime

        java.time.ZonedDateTime getCreationTime()
        Returns the creation time of Retry event.
        Returns:
        the creation time of Retry event
      • getLastThrowable

        java.lang.Throwable getLastThrowable()
        Returns the last captured Throwable.
        Returns:
        the last captured Throwable