You are here

public function QueuedMessageWrapper::incrementRetryCount in Sparkpost email 8.2

Increment the retry count.

File

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

Class

QueuedMessageWrapper
Queued message wrapper class.

Namespace

Drupal\sparkpost_requeue

Code

public function incrementRetryCount() {
  $this->retryCount++;
}