Search Results for

    Show / Hide Table of Contents

    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

    | Edit this page View Source

    HasListeners

    TBD

    Declaration
    bool HasListeners { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    AddListener(Action)

    TBD

    Declaration
    void AddListener(Action listener)
    Parameters
    Type Name Description
    Action listener

    TBD

    | Edit this page View Source

    Enter()

    TBD

    Declaration
    void Enter()
    | Edit this page View Source

    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

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET