public method ResilienceBuilder.setAttempts

Overview

Sets the number of attempts before error report

Declaration

function setAttempts(attempts)
public void setAttempts(int attempts);
public void setAttempts(int attempts);

Parameters

Name Description
attempts The integer value

Details

Declared in ResilienceBuilder