| 1 | <?php |
||
| 8 | class SubscriptionApplierStartupTask implements FeatureStartupTaskInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var string[] |
||
| 12 | */ |
||
| 13 | private $messageFqcnsHandledByThisEndpoint; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param string[] $messageFqcnsHandledByThisEndpoint |
||
| 17 | */ |
||
| 18 | 3 | public function __construct(array $messageFqcnsHandledByThisEndpoint) |
|
| 22 | |||
| 23 | /** |
||
| 24 | * @param BusContextInterface $busContext |
||
| 25 | */ |
||
| 26 | 2 | public function start(BusContextInterface $busContext) |
|
| 32 | } |
||
| 33 |