Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function register($message, $handler)
 {
     $this->bus->register($message, $handler);
 }