Interface IHystrixCommandFactory
Assembly: Hystrix.Dotnet.dll
Syntax
public interface IHystrixCommandFactory
Methods
|
Improve this Doc
View Source
GetAllHystrixCommands()
Declaration
ICollection<IHystrixCommand> GetAllHystrixCommands()
Returns
|
Improve this Doc
View Source
GetHystrixCommand(HystrixCommandIdentifier)
Declaration
IHystrixCommand GetHystrixCommand(HystrixCommandIdentifier commandIdentifier)
Parameters
Returns
|
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