```php $poducer = Producer::factory($connection)->withExchange(new Exchange($name, $type)); ``` There should be some constants for all possible values of $type value.
There should be some constants for all possible values of $type value.