DeduplicateStamp
DeduplicateStamp.php
:
25
Implements
StampInterface
(c) Fabien Potencier <fabien@symfony.com>.
since Ibexa 5.0.10. Starting from Ibexa 6.0, the native DeduplicateStamp will be used instead. Ibexa 5.0 is not prepared to handle the Symfony stamp yet, so keep using this class until you upgrade.
Original code: https://github.com/symfony/symfony/blob/7.3/src/Symfony/Component/Messenger/Stamp/DeduplicateStamp.php
Tags
Methods¶
__construct()
¶
DeduplicateStamp.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $key | string | - | - |
| $ttl | float|null | 300.0 | - |
| $onlyDeduplicateInQueue | bool | false | - |
getKey()
¶
DeduplicateStamp.php
:
63
|
|
|
Return values
Key
getTtl()
¶
DeduplicateStamp.php
:
68
|
|
|
Return values
float|null
onlyDeduplicateInQueue()
¶
DeduplicateStamp.php
:
58
|
|
|
Return values
bool