Class TestBreaker
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestBreaker
Constructors
| Edit this page View SourceTestBreaker(CircuitBreaker)
TBD
Declaration
public TestBreaker(CircuitBreaker instance)
Parameters
| Type | Name | Description |
|---|---|---|
| CircuitBreaker | instance | TBD |
Properties
| Edit this page 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 |
Edit this page