Property | Type | Description | |
---|---|---|---|
$asyncMessageProducer | Prooph\ServiceBus\Async\MessageProducer | ||
$router | Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin |
Method | Description | |
---|---|---|
__construct ( Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin $router, Prooph\ServiceBus\Async\MessageProducer $asyncMessageProducer ) | ||
attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void | ||
onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent ) |
public __construct ( Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin $router, Prooph\ServiceBus\Async\MessageProducer $asyncMessageProducer ) | ||
$router | Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin | |
$asyncMessageProducer | Prooph\ServiceBus\Async\MessageProducer |
public onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
$actionEvent | Prooph\Common\Event\ActionEvent |
protected MessageProducer,Prooph\ServiceBus\Async $asyncMessageProducer | ||
return | Prooph\ServiceBus\Async\MessageProducer |