- getAllRetries() - Method in class io.github.resilience4j.retry.internal.InMemoryRetryRegistry
-
- getAllRetries() - Method in interface io.github.resilience4j.retry.RetryRegistry
-
Returns all managed
Retry instances.
- getCreationTime() - Method in interface io.github.resilience4j.retry.event.RetryEvent
-
Returns the creation time of Retry event.
- getEventPublisher() - Method in interface io.github.resilience4j.retry.AsyncRetry
-
Returns an EventPublisher which can be used to register event consumers.
- getEventPublisher() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl
-
- getEventPublisher() - Method in class io.github.resilience4j.retry.internal.RetryImpl
-
- getEventPublisher() - Method in interface io.github.resilience4j.retry.Retry
-
Returns an EventPublisher can be used to register event consumers.
- getEventType() - Method in interface io.github.resilience4j.retry.event.RetryEvent
-
Returns the type of the Retry event.
- getEventType() - Method in class io.github.resilience4j.retry.event.RetryOnErrorEvent
-
- getEventType() - Method in class io.github.resilience4j.retry.event.RetryOnIgnoredErrorEvent
-
- getEventType() - Method in class io.github.resilience4j.retry.event.RetryOnSuccessEvent
-
- getExceptionPredicate() - Method in class io.github.resilience4j.retry.RetryConfig
-
- getIntervalFunction() - Method in class io.github.resilience4j.retry.RetryConfig
-
- getLastThrowable() - Method in interface io.github.resilience4j.retry.event.RetryEvent
-
Returns the last captured Throwable.
- getMaxAttempts() - Method in class io.github.resilience4j.retry.RetryConfig
-
- getMetrics() - Method in interface io.github.resilience4j.retry.AsyncRetry
-
Get the Metrics of this RateLimiter.
- getMetrics() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl
-
- getMetrics() - Method in class io.github.resilience4j.retry.internal.RetryImpl
-
Get the Metrics of this RateLimiter.
- getMetrics() - Method in interface io.github.resilience4j.retry.Retry
-
Get the Metrics of this RateLimiter.
- getName() - Method in interface io.github.resilience4j.retry.AsyncRetry
-
Returns the ID of this Retry.
- getName() - Method in interface io.github.resilience4j.retry.event.RetryEvent
-
Returns the ID of the Retry.
- getName() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl
-
- getName() - Method in class io.github.resilience4j.retry.internal.RetryImpl
-
Returns the ID of this Retry.
- getName() - Method in interface io.github.resilience4j.retry.Retry
-
Returns the ID of this Retry.
- getNumberOfFailedCallsWithoutRetryAttempt() - Method in interface io.github.resilience4j.retry.AsyncRetry.Metrics
-
Returns the number of failed calls without a retry attempt.
- getNumberOfFailedCallsWithoutRetryAttempt() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl.AsyncRetryMetrics
-
- getNumberOfFailedCallsWithoutRetryAttempt() - Method in class io.github.resilience4j.retry.internal.RetryImpl.RetryMetrics
-
- getNumberOfFailedCallsWithoutRetryAttempt() - Method in interface io.github.resilience4j.retry.Retry.Metrics
-
Returns the number of failed calls without a retry attempt.
- getNumberOfFailedCallsWithRetryAttempt() - Method in interface io.github.resilience4j.retry.AsyncRetry.Metrics
-
Returns the number of failed calls after all retry attempts.
- getNumberOfFailedCallsWithRetryAttempt() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl.AsyncRetryMetrics
-
- getNumberOfFailedCallsWithRetryAttempt() - Method in class io.github.resilience4j.retry.internal.RetryImpl.RetryMetrics
-
- getNumberOfFailedCallsWithRetryAttempt() - Method in interface io.github.resilience4j.retry.Retry.Metrics
-
Returns the number of failed calls after all retry attempts.
- getNumberOfRetryAttempts() - Method in interface io.github.resilience4j.retry.event.RetryEvent
-
Returns the number of retry attempts.
- getNumberOfSuccessfulCallsWithoutRetryAttempt() - Method in interface io.github.resilience4j.retry.AsyncRetry.Metrics
-
Returns the number of successful calls without a retry attempt.
- getNumberOfSuccessfulCallsWithoutRetryAttempt() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl.AsyncRetryMetrics
-
- getNumberOfSuccessfulCallsWithoutRetryAttempt() - Method in class io.github.resilience4j.retry.internal.RetryImpl.RetryMetrics
-
- getNumberOfSuccessfulCallsWithoutRetryAttempt() - Method in interface io.github.resilience4j.retry.Retry.Metrics
-
Returns the number of successful calls without a retry attempt.
- getNumberOfSuccessfulCallsWithRetryAttempt() - Method in interface io.github.resilience4j.retry.AsyncRetry.Metrics
-
Returns the number of successful calls after a retry attempt.
- getNumberOfSuccessfulCallsWithRetryAttempt() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl.AsyncRetryMetrics
-
- getNumberOfSuccessfulCallsWithRetryAttempt() - Method in class io.github.resilience4j.retry.internal.RetryImpl.RetryMetrics
-
- getNumberOfSuccessfulCallsWithRetryAttempt() - Method in interface io.github.resilience4j.retry.Retry.Metrics
-
Returns the number of successful calls after a retry attempt.
- getRetryConfig() - Method in interface io.github.resilience4j.retry.AsyncRetry
-
Returns the RetryConfig of this Retry.
- getRetryConfig() - Method in class io.github.resilience4j.retry.internal.AsyncRetryImpl
-
- getRetryConfig() - Method in class io.github.resilience4j.retry.internal.RetryImpl
-
- getRetryConfig() - Method in interface io.github.resilience4j.retry.Retry
-
Returns the RetryConfig of this Retry.