• Home
Show / Hide Table of Contents

Class HystrixCommandFactory

Inheritance
System.Object
HystrixCommandFactory
Implements
IHystrixCommandFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixCommandFactory : IHystrixCommandFactory

Constructors

| Improve this Doc View Source

HystrixCommandFactory(HystrixOptions)

Declaration
public HystrixCommandFactory(HystrixOptions options)
Parameters
Type Name Description
HystrixOptions options

Methods

| Improve this Doc View Source

Clear()

Empty the dictionary, for testing purposes; this method is not exposed in the interface

Declaration
public static void Clear()
| Improve this Doc View Source

GetAllHystrixCommands()

Declaration
public ICollection<IHystrixCommand> GetAllHystrixCommands()
Returns
Type Description
System.Collections.Generic.ICollection<IHystrixCommand>
| Improve this Doc View Source

GetHystrixCommand(HystrixCommandIdentifier)

Declaration
public IHystrixCommand GetHystrixCommand(HystrixCommandIdentifier commandIdentifier)
Parameters
Type Name Description
HystrixCommandIdentifier commandIdentifier
Returns
Type Description
IHystrixCommand
| Improve this Doc View Source

GetHystrixCommand(String, String)

Declaration
public IHystrixCommand GetHystrixCommand(string groupKey, string commandKey)
Parameters
Type Name Description
System.String groupKey
System.String commandKey
Returns
Type Description
IHystrixCommand

Implements

IHystrixCommandFactory
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.