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

public handleScheduledCommand ( ScheduledCommand $command )
$command MGDigital\BusQue\ScheduledCommand
Пример #1
0
 protected function scheduleCommand($command, \DateTimeInterface $dateTime, string $id)
 {
     $hander = new ScheduledCommandHandler($this->implementation);
     $hander->handleScheduledCommand(new ScheduledCommand($command, $dateTime, $id));
 }