Akka.Tests.Performance.Dispatch.ForkJoinDispatcherColdThroughputSpec.Configurator C# (CSharp) Method

Configurator() protected method

protected Configurator ( ) : MessageDispatcherConfigurator
return Akka.Dispatch.MessageDispatcherConfigurator
        protected override MessageDispatcherConfigurator Configurator()
        {
            return new ForkJoinDispatcherConfigurator(DispatcherConfiguration,null);
        }
    }
ForkJoinDispatcherColdThroughputSpec