public interface IRetryConfiguration
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Gets the number of attempts during retry.
|
Duration |
getPollingInterval()
Gets the polling interval used in retry.
|
int getNumber()
Duration getPollingInterval()
Copyright © 2020. All rights reserved.