You are here

protected function AcsfMessage::receiveResponse in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/AcsfMessage.php \Drupal\acsf\AcsfMessage::receiveResponse()

Allows client code to optionally run logic after the response is received.

1 call to AcsfMessage::receiveResponse()
AcsfMessage::send in src/AcsfMessage.php
Sends the message to the remote server.

File

src/AcsfMessage.php, line 158

Class

AcsfMessage
AcsfMessage.

Namespace

Drupal\acsf

Code

protected function receiveResponse(AcsfMessageResponse $response) {
}