static public method Resilience.create

Brief

Creates a new instance of the Resilence class

Declaration

protojavascriptjavacsharp
public 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

Details

See also: Resilience

Declared in Resilience

back