Akka.Streams.Tests.IO.TcpHelper.TestClientProps C# (CSharp) Method

TestClientProps() protected static method

protected static TestClientProps ( IActorRef connection ) : Props
connection IActorRef
return Props
        protected static Props TestClientProps(IActorRef connection)
            => Props.Create(() => new TestClient(connection)).WithDispatcher("akka.test.stream-dispatcher");