@Deprecated public interface IRetriable
run
method will get
executed over and over again, provided that the executing class
supports IRetriable
.RetriableExecutor
Modifier and Type | Method and Description |
---|---|
void |
run()
Deprecated.
Code to be executed until successful (no exception thrown).
|
void run() throws RetriableException
RetriableException
- any exceptionCopyright © 2007–2021 Norconex Inc.. All rights reserved.