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

TcpReadProbe() public method

public TcpReadProbe ( Akka.TestKit.TestKitBase testkit ) : System
testkit Akka.TestKit.TestKitBase
return System
            public TcpReadProbe(TestKitBase testkit)
            {
                SubscriberProbe = testkit.CreateManualProbe<ByteString>();
                TcpReadSubscription = new Lazy<ISubscription>(() => SubscriberProbe.ExpectSubscription());
            }
TcpHelper.TcpReadProbe