PHP Class Prooph\ServiceBus\Plugin\InvokeStrategy\FinderInvokeStrategy
This is a special invoke strategy for finders handling a query message and providing a response by resolving the
deferred of the query dispatch.
The invoke strategy can handle finders which have a method named like the short name of the query.
显示文件
Open project: prooph/service-bus
Public Methods
Method |
Description |
|
__invoke ( Prooph\Common\Event\ActionEvent $actionEvent ) |
|
|
attach ( Prooph\Common\Event\ActionEventEmitter $dispatcher ) |
|
|
Private Methods
Method Details
public __invoke ( Prooph\Common\Event\ActionEvent $actionEvent ) |
$actionEvent |
Prooph\Common\Event\ActionEvent |
|
public attach ( Prooph\Common\Event\ActionEventEmitter $dispatcher ) |
$dispatcher |
Prooph\Common\Event\ActionEventEmitter |
|