Documentation

ReceivedStamp
in package
implements NonSendableStampInterface

FinalYes

Marker stamp for a received message.

This is mainly used by the SendMessageMiddleware middleware to identify a message should not be sent if it was just received.

Tags
see
SendMessageMiddleware
author

Samuel Roze samuel.roze@gmail.com

Table of Contents

Interfaces

NonSendableStampInterface
A stamp that should not be included with the Envelope if sent to a transport.

Properties

$transportName  : string

Methods

__construct()  : mixed
getTransportName()  : string

Properties

Methods

__construct()

public __construct(string $transportName) : mixed
Parameters
$transportName : string

getTransportName()

public getTransportName() : string
Return values
string

        
On this page

Search results