$this through(dynamic|array $stops) Set the stops of the pipeline.
Pipeline interface Pipeline (
$this send(mixed $traveler) Set the traveler object being sent on the pipeline
Hub interface Hub (
mixed pipe(mixed $object, string|null $pipeline = null) Send an object
mixed then(Closure $destination)
$this via(string $method) Set the method to call on the stops.