class ResilienceBuilder

Parents

Resilience

Brief

The builder of the Resilience class

Public Methods

build

Builds a new instance of the Resilience class with the set parameters

copyFrom

Allows the properties of an existing object to be copied into a new object

ResilienceBuilder

This method is a constructor for the builder of Resilience class. The constructor does not return any values

setAttempts

Sets the number of attempts before error report

setPeriodInMilliseconds

Sets period of waiting before next attempt (millisecods)

back