TransportMessageIdStamp
in package
implements
StampInterface
FinalYes
Added by a sender or receiver to indicate the id of this message in that transport.
Tags
Table of Contents
Interfaces
- StampInterface
- An envelope stamp related to a message.
Properties
- $id : mixed
Methods
- __construct() : mixed
- getId() : mixed
Properties
$id
private
mixed
$id
Methods
__construct()
public
__construct(mixed $id) : mixed
Parameters
- $id : mixed
-
some "identifier" of the message in a transport
getId()
public
getId() : mixed