Akka.Remote.Tests.MultiNode.Router.RemoteScatterGatherMultiNetSpec.RemoteScatterGatherMultiNetSpec C# (CSharp) Method

RemoteScatterGatherMultiNetSpec() public method

public RemoteScatterGatherMultiNetSpec ( ) : System
return System
        public RemoteScatterGatherMultiNetSpec()
        {
            First = Role("first");
            Second = Role("second");
            Third = Role("third");
            Fourth = Role("fourth");

            CommonConfig = DebugConfig(false);

            DeployOnAll(@"
               /service-hello {
                    router = scatter-gather-pool
                    nr-of-instances = 3
                    target.nodes = [""@first@"", ""@second@"", ""@third@""]
                    within = 5 s
                  }
           ");
        }
RemoteScatterGatherMultiNetSpec