| 1 | <?php declare(strict_types = 1); |
||
| 8 | class CommandBusConfigurator extends AbstractBusConfigurator |
||
| 9 | { |
||
| 10 | public const KEY_COMMAND_BUS = 'command_bus'; |
||
| 11 | |||
| 12 | 16 | public function getBusClass(): string |
|
| 16 | |||
| 17 | 16 | public function getBusFactoryClass(): string |
|
| 21 | |||
| 22 | 18 | public function getConfigKey(): string |
|
| 26 | } |
||
| 27 |