| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class MessageBrokerConfig extends SprykerMessageBrokerConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array<string> |
||
| 18 | */ |
||
| 19 | public function getDefaultWorkerChannels(): array |
||
| 32 | ]; |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Specification: |
||
| 37 | * - Returns system worker channels used to retrieve service messages. |
||
| 38 | * |
||
| 39 | * @api |
||
| 40 | * |
||
| 41 | * @return list<string> |
||
| 42 | */ |
||
| 43 | public function getSystemWorkerChannels(): array |
||
| 50 |