PHP Interface Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin

Show file Open project: prooph/service-bus Interface Usage Examples

Public Methods

Method Description
onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent ) : void Handle route action event of a message bus dispatch

Method Details

onRouteMessage() public method

Handle route action event of a message bus dispatch
public onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent ) : void
$actionEvent Prooph\Common\Event\ActionEvent
return void