| 1 | <?php declare(strict_types = 1); |
||
| 11 | class ServiceBusesConfigurator extends CompositeConfigurator |
||
| 12 | { |
||
| 13 | public const KEY_SERVICE_BUS = 'service_bus'; |
||
| 14 | |||
| 15 | 18 | public function getConfigKey(): string |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @return Configurator[]|string[] |
||
| 22 | */ |
||
| 23 | 19 | protected function createConfigurators(): array |
|
| 31 | } |
||
| 32 |