| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ServicePointStorageConfig extends SprykerServicePointStorageConfig |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return string|null |
||
| 20 | */ |
||
| 21 | public function getServicePointStorageSynchronizationPoolName(): ?string |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string|null |
||
| 28 | */ |
||
| 29 | public function getServiceTypeStorageSynchronizationPoolName(): ?string |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return string|null |
||
| 36 | */ |
||
| 37 | public function getEventQueueName(): ?string |
||
| 42 |