コード例 #1
0
        public void Update(IReadOnlyList <ProxyRoute> routes, IReadOnlyList <Cluster> clusters)
        {
            InMemoryConfig oldConfig = _config;

            _config = new InMemoryConfig(routes, clusters);
            oldConfig.SignalChange();
        }