Akka.Streams.Tests.IO.TcpHelper.TestServerProps C# (CSharp) 메소드

TestServerProps() 보호된 정적인 메소드

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