public method ResilienceBuilder.setPeriodInMilliseconds

Overview

Sets period of waiting before next attempt (millisecods)

Declaration

function setPeriodInMilliseconds(periodInMilliseconds)
public void setPeriodInMilliseconds(int periodInMilliseconds);
public void setPeriodInMilliseconds(int periodInMilliseconds);

Parameters

Name Description
periodInMilliseconds The integer value

Details

Declared in ResilienceBuilder