Documentation

RedeliveryStamp
in package
implements StampInterface

FinalYes

Stamp applied when a messages needs to be redelivered.

Table of Contents

Interfaces

StampInterface
An envelope stamp related to a message.

Properties

$redeliveredAt  : DateTimeInterface
$retryCount  : int

Methods

__construct()  : mixed
getRedeliveredAt()  : DateTimeInterface
getRetryCount()  : int
getRetryCountFromEnvelope()  : int

Properties

Methods

__construct()

public __construct(int $retryCount[, DateTimeInterface $redeliveredAt = null ]) : mixed
Parameters
$retryCount : int
$redeliveredAt : DateTimeInterface = null

getRedeliveredAt()

public getRedeliveredAt() : DateTimeInterface
Return values
DateTimeInterface

        
On this page

Search results