• Home
Show / Hide Table of Contents

Interface IHystrixCommandFactory

Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public interface IHystrixCommandFactory

Methods

| Improve this Doc View Source

GetAllHystrixCommands()

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

GetHystrixCommand(HystrixCommandIdentifier)

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

GetHystrixCommand(String, String)

Declaration
IHystrixCommand GetHystrixCommand(string groupKey, string commandKey)
Parameters
Type Name Description
System.String groupKey
System.String commandKey
Returns
Type Description
IHystrixCommand
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.