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
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
$transportName
private
string
$transportName
Methods
__construct()
public
__construct(string $transportName) : mixed
Parameters
- $transportName : string
getTransportName()
public
getTransportName() : string