/**
  * @param string $messageId
  *
  * @return void
  */
 public function markAsDispatched($messageId)
 {
     $this->persister->markAsDispatched($this->endpointId, $messageId);
 }