예제 #1
0
 public function override(RunJob $command) : JobSettings
 {
     return new self($this->eventStreamConfig->override($command->getEventStore(), null, $command->getDelay(), $command->getThrottling()), $this->eventBusConfig->override($command->getEventBus()), $command->getStopOnError() ?? $this->stopOnError);
 }