Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | final readonly class WorkerMessageReceivedEventContextExtractor extends AbstractWorkerMessageExtractor |
||
|
|||
28 | { |
||
29 | public static function getType(): string |
||
30 | { |
||
31 | return WorkerMessageReceivedEvent::class; |
||
32 | } |
||
33 | |||
34 | protected static function getMessage(): string |
||
35 | { |
||
36 | return '[MetricsPower] [INFO] [MESSAGE: Handle received] [OPTIONS_CLASS: {options_class}] [TARGET_CLASS: {target_class}] [MESSAGE_CLASS: {message_class}]'; |
||
37 | } |
||
39 |