Search Results for

    Show / Hide Table of Contents

    Interface IUntypedSubscriber

    TBD

    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public interface IUntypedSubscriber

    Methods

    | Edit this page View Source

    OnComplete()

    TBD

    Declaration
    void OnComplete()
    | Edit this page View Source

    OnError(Exception)

    TBD

    Declaration
    void OnError(Exception cause)
    Parameters
    Type Name Description
    Exception cause

    TBD

    | Edit this page View Source

    OnNext(object)

    TBD

    Declaration
    void OnNext(object element)
    Parameters
    Type Name Description
    object element

    TBD

    | Edit this page View Source

    OnSubscribe(ISubscription)

    TBD

    Declaration
    void OnSubscribe(ISubscription subscription)
    Parameters
    Type Name Description
    ISubscription subscription

    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