Laravoole\Wrapper\ServerInterface::on PHP Method

on() public method

event callback
public on ( string $event, callable $callback )
$event string start receive shutdown WorkerStart close request
$callback callable event handler
    public function on($event, callable $callback);