public class BeforeRetryLinearBackoffTask extends Object implements Runnable
| Constructor and Description |
|---|
BeforeRetryLinearBackoffTask(long backoffMillis)
Constructor for BeforeRetryLinearBackoffTask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
This method causes the current thread to sleep for the time specified when
the instance is constructed.
|
Copyright © 2018 Atlassian. All rights reserved.