Retries before failing: The number of retries the SDK does before failing when accessing the wicked API. Defaults to 10.
Retry interval in ms; if an API call is failing, the SDK will retry after a certain amount of time again. Defaults to 500ms.
Defaults to false
; if false
, the wicked SDK will poll the /confighash
end point of the wicked API to check for updated static configuration; if such is detected, the SDK will force quit the component to make the assumed orchestrator restart it.
Maximum number of retries until wicked gives up
Delay between retries (ms)
The expected status code
A user agent name; do not use the wicked
prefix, otherwise a strict version check is enforced.
The version of your user agent, must be a valid SemVer (see http://semver.org).
Generated using TypeDoc
Initialization options for the wicked SDK.