static public method Resilience.createCreates a new instance of the Resilence class
Declaration
protojavascriptjavacsharppublic static create(attempts : int, periodInMilliseconds : int) : Resilience
| Parameters | |
attempts |
The number of attempts before error report |
periodInMilliseconds |
The period of waiting before next attempt (millisecods) |
Returns
The method returns the instance of the Resilence class
See also: Resilience
Declared in Resilience