Akka.Streams.Tests.Dsl.FlowBatchSpec.FlowBatchSpec C# (CSharp) Method

FlowBatchSpec() public method

public FlowBatchSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System
        public FlowBatchSpec(ITestOutputHelper helper) : base(helper)
        {
            var settings = ActorMaterializerSettings.Create(Sys).WithInputBuffer(2, 2);
            Materializer = ActorMaterializer.Create(Sys, settings);
        }