1 | <?php declare(strict_types = 1); |
||
11 | abstract class AbstractAsynchronousProducerConfigurator extends DefaultConfigurator |
||
12 | { |
||
13 | abstract public function getProducerFactoryClass(): string; |
||
14 | |||
15 | 18 | public function buildDefaultConfig(): array |
|
19 | |||
20 | 16 | public function configureWithConfig(array $config): void |
|
39 | } |
||
40 |