You are here

abstract protected function EdgeJob::executeRequest in Apigee Edge 8

Executes the request itself.

1 call to EdgeJob::executeRequest()
EdgeJob::execute in src/Job/EdgeJob.php
Executes this job.
3 methods override EdgeJob::executeRequest()
DeveloperCreateUpdate::executeRequest in src/Job/DeveloperCreateUpdate.php
Executes the request itself.
DeveloperSync::executeRequest in src/Job/DeveloperSync.php
Executes the request itself.
UserCreateUpdate::executeRequest in src/Job/UserCreateUpdate.php
Executes the request itself.

File

src/Job/EdgeJob.php, line 89

Class

EdgeJob
Base class for all Apigee Edge communication jobs.

Namespace

Drupal\apigee_edge\Job

Code

protected abstract function executeRequest();