You are here

private property SimpleRestMessage::$retryMax in Acquia Cloud Site Factory Connector 8

Same name in this branch
  1. 8 acsf_init/lib/sites/g/SimpleRest.php \Acquia\SimpleRest\SimpleRestMessage::retryMax
  2. 8 acsf_init/lib/cloud_hooks/common/pre-web-activate/000-acquia-deployment.php \SimpleRestMessage::retryMax
Same name and namespace in other branches
  1. 8.2 acsf_init/lib/sites/g/SimpleRest.php \Acquia\SimpleRest\SimpleRestMessage::retryMax

Maximum amount of retries before giving up sending a message.

Type: int

File

acsf_init/lib/sites/g/SimpleRest.php, line 72
Contains classes needed for sending requests to the Site Factory.

Class

SimpleRestMessage
Class SimpleRestMessage.

Namespace

Acquia\SimpleRest

Code

private $retryMax = 3;