Search Results for

    Show / Hide Table of Contents

    Class ActorSubscription

    TBD

    Inheritance
    object
    ActorSubscription
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public static class ActorSubscription

    Methods

    | Edit this page View Source

    Create<T>(IActorRef, ISubscriber<T>)

    TBD

    Declaration
    public static IActorSubscription Create<T>(IActorRef implementor, ISubscriber<T> subscriber)
    Parameters
    Type Name Description
    IActorRef implementor

    TBD

    ISubscriber<T> subscriber

    TBD

    Returns
    Type Description
    IActorSubscription

    TBD

    Type Parameters
    Name Description
    T

    TBD

    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