feat: fragment messages to gain efficiency

This commit is contained in:
Maël Gangloff
2024-07-21 16:55:39 +02:00
parent 43c4c9a33d
commit 8a5f69c333
10 changed files with 261 additions and 135 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace App\Message;
use App\Entity\WatchList;
final readonly class ProcessWatchListTrigger
{
public function __construct(
public string $watchListToken,
)
{
}
}