You are here

public function QueuedMessageWrapper::getLastRetry in Sparkpost email 8.2

Gets the last retry.

Return value

int The last retry timestamp.

File

modules/sparkpost_requeue/src/QueuedMessageWrapper.php, line 71

Class

QueuedMessageWrapper
Queued message wrapper class.

Namespace

Drupal\sparkpost_requeue

Code

public function getLastRetry() {
  return $this->lastRetry;
}