PHP Класс Prooph\ServiceBus\Plugin\Router\SingleHandlerRouter

Автор: Alexander Miertsch ([email protected])
Наследование: implements Prooph\ServiceBus\Plugin\Router\MessageBusRouterPlugin, implements Prooph\Common\Event\ActionEventListenerAggregate, use trait Prooph\Common\Event\DetachAggregateHandlers
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$messageMap
$tmpMessageName string

Открытые методы

Метод Описание
__construct ( array $messageMap = null )
attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void
onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent )
route ( string $messageName )
to ( string | object | callable $messageHandler )

Описание методов

__construct() публичный Метод

public __construct ( array $messageMap = null )
$messageMap array

attach() публичный Метод

public attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void
$events Prooph\Common\Event\ActionEventEmitter
Результат void

onRouteMessage() публичный Метод

public onRouteMessage ( Prooph\Common\Event\ActionEvent $actionEvent )
$actionEvent Prooph\Common\Event\ActionEvent

route() публичный Метод

public route ( string $messageName )
$messageName string

to() публичный Метод

public to ( string | object | callable $messageHandler )
$messageHandler string | object | callable

Описание свойств

$messageMap защищенное свойство

protected $messageMap

$tmpMessageName защищенное свойство

protected string $tmpMessageName
Результат string