Search Results for

    Show / Hide Table of Contents

    Class ActorSubscriberImpl<T>

    TBD

    Inheritance
    object
    ActorSubscriberImpl<T>
    Implements
    ISubscriber<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Actors
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class ActorSubscriberImpl<T> : ISubscriber<T>
    Type Parameters
    Name Description
    T

    TBD

    Constructors

    | Edit this page View Source

    ActorSubscriberImpl(IActorRef)

    TBD

    Declaration
    public ActorSubscriberImpl(IActorRef impl)
    Parameters
    Type Name Description
    IActorRef impl

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when the specified impl is undefined.

    Methods

    | Edit this page View Source

    OnComplete()

    TBD

    Declaration
    public void OnComplete()
    | Edit this page View Source

    OnError(Exception)

    TBD

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

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when the specified cause is undefined.

    | Edit this page View Source

    OnNext(object)

    TBD

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

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when the specified element is undefined.

    | Edit this page View Source

    OnNext(T)

    TBD

    Declaration
    public void OnNext(T element)
    Parameters
    Type Name Description
    T element

    TBD

    | Edit this page View Source

    OnSubscribe(ISubscription)

    TBD

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

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when the specified subscription is undefined.

    Implements

    Reactive.Streams.ISubscriber<T>

    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