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

TestServerProps() protected static method

protected static TestServerProps ( EndPoint address, IActorRef probe ) : Props
address System.Net.EndPoint
probe IActorRef
return Props
        protected static Props TestServerProps(EndPoint address, IActorRef probe)
            => Props.Create(() => new TestServer(address, probe)).WithDispatcher("akka.test.stream-dispatcher");