Interface IAtomicState
This interface represents the parts of the internal circuit breaker state; the behavior stack, watched by, watching and termination queue
Namespace: Akka.Util.Internal
Assembly: Akka.dll
Syntax
public interface IAtomicState
Properties
| Improve this Doc View SourceHasListeners
TBD
Declaration
bool HasListeners { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceAddListener(Action)
TBD
Declaration
void AddListener(Action listener)
Parameters
Type | Name | Description |
---|---|---|
Action | listener | TBD |
Enter()
TBD
Declaration
void Enter()
Invoke<T>(Func<Task<T>>)
TBD
Declaration
Task<T> Invoke<T>(Func<Task<T>> body)
Parameters
Type | Name | Description |
---|---|---|
Func<Task<T>> | body | TBD |
Returns
Type | Description |
---|---|
Task<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |