The API contains the following factory method
With an example
This fails to compile with a huge error message referencing an overload mismatch.
This failure occurs since the default Seq is mutable and the Akka API expects the immutable form. It is necessary to explicitly import the immutable form.