SynchronousCommandBus
- Full name:
\Codefy\CommandBus\Busses\SynchronousCommandBus - This class implements:
\Codefy\CommandBus\CommandBus
Properties
resolver
Methods
__construct
public __construct(\Codefy\CommandBus\CommandHandlerResolver $resolver = new \Codefy\CommandBus\Resolvers\NativeCommandHandlerResolver()): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$resolver | \Codefy\CommandBus\CommandHandlerResolver |
execute
Execute a command.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$command | \Codefy\CommandBus\Command |
Throws: