Class HystrixCollapserEvent
Inheritance
System.Object
HystrixCollapserEvent
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCollapserEvent : object, IHystrixEvent
Constructors
|
Edit this page
View Source
HystrixCollapserEvent(IHystrixCollapserKey, CollapserEventType, Int32)
Declaration
protected HystrixCollapserEvent(IHystrixCollapserKey collapserKey, CollapserEventType eventType, int count)
Parameters
Properties
|
Edit this page
View Source
CollapserKey
Declaration
public IHystrixCollapserKey CollapserKey { get; }
Property Value
|
Edit this page
View Source
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
EventType
Declaration
public CollapserEventType EventType { get; }
Property Value
Methods
|
Edit this page
View Source
From(IHystrixCollapserKey, CollapserEventType, Int32)
Declaration
public static HystrixCollapserEvent From(IHystrixCollapserKey collapserKey, CollapserEventType eventType, int count)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements