class ResilienceBuilder
Parents
object
Brief
The builder of the Resilience class
| Public Methods | |
|---|---|
| ResilienceBuilder | This method is a constructor for the builder of Resilience class. The constructor does not return any values |
| setPeriodInMilliseconds | Sets period of waiting before next attempt (millisecods) |
| setAttempts | Sets the number of attempts before error report |
| 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 |