maxBurstSize = $maxBurstSize; } public function getMaxBurstSize() { return $this->maxBurstSize; } public function setMaxConcurrentDispatches($maxConcurrentDispatches) { $this->maxConcurrentDispatches = $maxConcurrentDispatches; } public function getMaxConcurrentDispatches() { return $this->maxConcurrentDispatches; } public function setMaxDispatchesPerSecond($maxDispatchesPerSecond) { $this->maxDispatchesPerSecond = $maxDispatchesPerSecond; } public function getMaxDispatchesPerSecond() { return $this->maxDispatchesPerSecond; } }