Akka.Streams.Tests.IO.TcpHelper.TestServerProps C# (CSharp) Méthode

TestServerProps() protected static méthode

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