1 | <?php |
||
11 | class ConsumerSectionFactory implements ConsumerSectionFactoryInterface |
||
12 | { |
||
13 | /** |
||
14 | * @inheritdoc |
||
15 | */ |
||
16 | 1 | public function createExchange(array $properties = []) |
|
20 | |||
21 | /** |
||
22 | * @inheritdoc |
||
23 | */ |
||
24 | 1 | public function createLogs(array $properties = []) |
|
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | 1 | public function createPrefetch(array $properties = []) |
|
36 | |||
37 | /** |
||
38 | * @inheritdoc |
||
39 | */ |
||
40 | 1 | public function createQueue(array $properties = []) |
|
44 | |||
45 | /** |
||
46 | * @inheritdoc |
||
47 | */ |
||
48 | 1 | public function createRabbitmq(array $properties = []) |
|
52 | } |
||
53 |