コード例 #1
0
 public static void Reset()
 {
     notifier.Value             = null;
     concurrencyStrategy.Value  = null;
     metricsPublisher.Value     = null;
     commandExecutionHook.Value = null;
     options.Value = null;
     HystrixMetricsPublisherFactory.Reset();
 }