MGDigital\BusQue\Tactician\CommandBusAdapter::handle PHP Method

handle() public method

public handle ( $command, boolean $fromQueue = false )
$fromQueue boolean
    public function handle($command, bool $fromQueue = false)
    {
        $this->commandBus->handle($command);
    }
CommandBusAdapter