Class TestBreaker
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestBreaker
Constructors
| Improve this Doc View SourceTestBreaker(CircuitBreaker)
TBD
Declaration
public TestBreaker(CircuitBreaker instance)
Parameters
Type | Name | Description |
---|---|---|
CircuitBreaker | instance | TBD |
Properties
| Improve this Doc View SourceClosedLatch
TBD
Declaration
public CountdownEvent ClosedLatch { get; }
Property Value
Type | Description |
---|---|
CountdownEvent |
HalfOpenLatch
TBD
Declaration
public CountdownEvent HalfOpenLatch { get; }
Property Value
Type | Description |
---|---|
CountdownEvent |
Instance
TBD
Declaration
public CircuitBreaker Instance { get; }
Property Value
Type | Description |
---|---|
CircuitBreaker |
OpenLatch
TBD
Declaration
public CountdownEvent OpenLatch { get; }
Property Value
Type | Description |
---|---|
CountdownEvent |