You are here

protected property AcsfMessageRest::$retryWait in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/AcsfMessageRest.php \Drupal\acsf\AcsfMessageRest::retryWait

Number of seconds to wait before trying again after sending failed.

Type: int

File

src/AcsfMessageRest.php, line 24

Class

AcsfMessageRest
This class is an implementation of our XML-RPC service.

Namespace

Drupal\acsf

Code

protected $retryWait = 5;